#AF9034

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

Shades of Reef Gold #AF9034

Tints of Reef Gold #AF9034

Color information

#AF9034 (or 0xAF9034) is unknown color: approx Reef Gold. HEX triplet: AF, 90 and 34. RGB value is (175,144,52). Sum of RGB (Red+Green+Blue) = 175+144+52=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9034 is #506FCB. Grayscale: #8F8F8F. Windows color (decimal): -5271500 or 3444911. OLE color: 3444911.

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

Color convert

RGB17514452-
CMYK00.180.700.31
HSL44.88º54.19%44.51%-
HSV(B)44.88º70.29%68.63%-
XYZ28.2729.317.42-
YUV142.7876.77150.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.17%
GREEN value IS 144 (56.64% from 255) = 38.81%
BLUE value IS 52 (20.70% from 255) = 14.02%
R=47.17%
G=38.81%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751445200.180.700.3144.8854.1944.51
HexAF9034012461F2d362d
Octal2572206402210637556655
Binary1010111110010000110100010010100011011111101101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9034; }

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

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

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

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

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

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

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

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