#AF9733

Color #AF9733 Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #AF9733

Tints of Reef Gold #AF9733

Color information

#AF9733 (or 0xAF9733) is unknown color: approx Reef Gold. HEX triplet: AF, 97 and 33. RGB value is (175,151,51). Sum of RGB (Red+Green+Blue) = 175+151+51=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9733 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9733 is #5068CC. Grayscale: #939393. Windows color (decimal): -5269709 or 3381167. OLE color: 3381167.

HSL color Cylindrical-coordinate representation of color #AF9733: hue angle of 48.39º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF9733 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB17515151-
CMYK00.140.710.31
HSL48.39º54.87%44.31%-
HSV(B)48.39º70.86%68.63%-
XYZ29.3431.497.66-
YUV146.7873.95148.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 46.42%
GREEN value IS 151 (59.38% from 255) = 40.05%
BLUE value IS 51 (20.31% from 255) = 13.53%
R=46.42%
G=40.05%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751515100.140.710.3148.3954.8744.31
HexAF97330E471F30372c
Octal2572276301610737606754
Binary101011111001011111001101110100011111111110000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9733; }

 p { color: rgb(175,151,51); }

 H1.HeaderClassName
 {
   color: #AF9733;
 }
 .AnyTagClassName
 {
   color: #AF9733;
 }
</style>
background-color css

<style>
 a { background-color: #AF9733; }

 a { background-color: rgb(175,151,51); }

 div.DivClassName
 {
   background-color: #AF9733;
 }
 .BgClassName
 {
   background-color: #AF9733;
 }
</style>
border-color css

<style>
 span { border-color: #AF9733; }

 span { border-color: rgb(175,151,51); }

 td.TdClassName
 {
   border-color: #AF9733;
 }
 .TagClassName
 {
   border-color: #AF9733;
 }
</style>