#AF9835

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

Shades of Reef Gold #AF9835

Tints of Reef Gold #AF9835

Color information

#AF9835 (or 0xAF9835) is unknown color: approx Reef Gold. HEX triplet: AF, 98 and 35. RGB value is (175,152,53). Sum of RGB (Red+Green+Blue) = 175+152+53=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 53 (21.09% from 255 or 13.95% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9835 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9835 is #5067CA. Grayscale: #949494. Windows color (decimal): -5269451 or 3512495. OLE color: 3512495.

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

Color convert

RGB17515253-
CMYK00.130.700.31
HSL48.69º53.51%44.71%-
HSV(B)48.69º69.71%68.63%-
XYZ29.5531.837.95-
YUV147.5974.62147.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.05%
GREEN value IS 152 (59.77% from 255) = 40%
BLUE value IS 53 (21.09% from 255) = 13.95%
R=46.05%
G=40%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751525300.130.700.3148.6953.5144.71
HexAF98350D461F31362d
Octal2572306501510637616655
Binary101011111001100011010101101100011011111110001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9835; }

 p { color: rgb(175,152,53); }

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

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

 a { background-color: rgb(175,152,53); }

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

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

 span { border-color: rgb(175,152,53); }

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