#AF9735

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

Shades of Reef Gold #AF9735

Tints of Reef Gold #AF9735

Color information

#AF9735 (or 0xAF9735) is unknown color: approx Reef Gold. HEX triplet: AF, 97 and 35. RGB value is (175,151,53). Sum of RGB (Red+Green+Blue) = 175+151+53=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 53 (21.09% from 255 or 13.98% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9735 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9735 is #5068CA. Grayscale: #939393. Windows color (decimal): -5269707 or 3512239. OLE color: 3512239.

HSL color Cylindrical-coordinate representation of color #AF9735: hue angle of 48.2º 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 #AF9735 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB17515153-
CMYK00.140.700.31
HSL48.2º53.51%44.71%-
HSV(B)48.2º69.71%68.63%-
XYZ29.3931.57.9-
YUV14774.95147.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.17%
GREEN value IS 151 (59.38% from 255) = 39.84%
BLUE value IS 53 (21.09% from 255) = 13.98%
R=46.17%
G=39.84%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751515300.140.700.3148.253.5144.71
HexAF97350E461F30362d
Octal2572276501610637606655
Binary101011111001011111010101110100011011111110000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9735; }

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

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

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

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

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

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

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

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