#AF8E34

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

Shades of Reef Gold #AF8E34

Tints of Reef Gold #AF8E34

Color information

#AF8E34 (or 0xAF8E34) is unknown color: approx Reef Gold. HEX triplet: AF, 8E and 34. RGB value is (175,142,52). Sum of RGB (Red+Green+Blue) = 175+142+52=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8E34 is #5071CB. Grayscale: #8E8E8E. Windows color (decimal): -5272012 or 3444399. OLE color: 3444399.

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

Color convert

RGB17514252-
CMYK00.190.700.31
HSL43.9º54.19%44.51%-
HSV(B)43.9º70.29%68.63%-
XYZ27.9728.717.32-
YUV141.6177.43151.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.43%
GREEN value IS 142 (55.86% from 255) = 38.48%
BLUE value IS 52 (20.70% from 255) = 14.09%
R=47.43%
G=38.48%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751425200.190.700.3143.954.1944.51
HexAF8E34013461F2c362d
Octal2572166402310637546655
Binary1010111110001110110100010011100011011111101100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E34; }

 p { color: rgb(175,142,52); }

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

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

 a { background-color: rgb(175,142,52); }

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

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

 span { border-color: rgb(175,142,52); }

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