#AF9234

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

Shades of Reef Gold #AF9234

Tints of Reef Gold #AF9234

Color information

#AF9234 (or 0xAF9234) is unknown color: approx Reef Gold. HEX triplet: AF, 92 and 34. RGB value is (175,146,52). Sum of RGB (Red+Green+Blue) = 175+146+52=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9234 is #506DCB. Grayscale: #909090. Windows color (decimal): -5270988 or 3445423. OLE color: 3445423.

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

Color convert

RGB17514652-
CMYK00.170.700.31
HSL45.85º54.19%44.51%-
HSV(B)45.85º70.29%68.63%-
XYZ28.5829.927.52-
YUV143.9576.11150.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.92%
GREEN value IS 146 (57.42% from 255) = 39.14%
BLUE value IS 52 (20.70% from 255) = 13.94%
R=46.92%
G=39.14%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751465200.170.700.3145.8554.1944.51
HexAF9234011461F2e362d
Octal2572226402110637566655
Binary1010111110010010110100010001100011011111101110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9234; }

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

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

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

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

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

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

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

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