#AF9536

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

Shades of Reef Gold #AF9536

Tints of Reef Gold #AF9536

Color information

#AF9536 (or 0xAF9536) is unknown color: approx Reef Gold. HEX triplet: AF, 95 and 36. RGB value is (175,149,54). Sum of RGB (Red+Green+Blue) = 175+149+54=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 54 (21.48% from 255 or 14.29% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9536 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9536 is #506AC9. Grayscale: #929292. Windows color (decimal): -5270218 or 3577263. OLE color: 3577263.

HSL color Cylindrical-coordinate representation of color #AF9536: hue angle of 47.11º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF9536 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB17514954-
CMYK00.150.690.31
HSL47.11º52.84%44.9%-
HSV(B)47.11º69.14%68.63%-
XYZ29.0930.887.92-
YUV145.9476.11148.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.30%
GREEN value IS 149 (58.59% from 255) = 39.42%
BLUE value IS 54 (21.48% from 255) = 14.29%
R=46.30%
G=39.42%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751495400.150.690.3147.1152.8444.9
HexAF95360F451F2f352d
Octal2572256601710537576555
Binary101011111001010111011001111100010111111101111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9536; }

 p { color: rgb(175,149,54); }

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

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

 a { background-color: rgb(175,149,54); }

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

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

 span { border-color: rgb(175,149,54); }

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