#AF9937

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

Shades of Reef Gold #AF9937

Tints of Reef Gold #AF9937

Color information

#AF9937 (or 0xAF9937) is unknown color: approx Reef Gold. HEX triplet: AF, 99 and 37. RGB value is (175,153,55). Sum of RGB (Red+Green+Blue) = 175+153+55=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 55 (21.88% from 255 or 14.36% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9937 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9937 is #5066C8. Grayscale: #949494. Windows color (decimal): -5269193 or 3643823. OLE color: 3643823.

HSL color Cylindrical-coordinate representation of color #AF9937: hue angle of 49º degrees, saturation: 0.52, 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 #AF9937 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB17515355-
CMYK00.130.690.31
HSL49º52.17%45.1%-
HSV(B)49º68.57%68.63%-
XYZ29.7632.178.26-
YUV148.4175.29146.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.69%
GREEN value IS 153 (60.16% from 255) = 39.95%
BLUE value IS 55 (21.88% from 255) = 14.36%
R=45.69%
G=39.95%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751535500.130.690.314952.1745.1
HexAF99370D451F31342d
Octal2572316701510537616455
Binary101011111001100111011101101100010111111110001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9937; }

 p { color: rgb(175,153,55); }

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

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

 a { background-color: rgb(175,153,55); }

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

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

 span { border-color: rgb(175,153,55); }

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