#A09532

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

Shades of Reef Gold #A09532

Tints of Reef Gold #A09532

Color information

#A09532 (or 0xA09532) is unknown color: approx Reef Gold. HEX triplet: A0, 95 and 32. RGB value is (160,149,50). Sum of RGB (Red+Green+Blue) = 160+149+50=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A09532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09532 is #5F6ACD. Grayscale: #8D8D8D. Windows color (decimal): -6253262 or 3315104. OLE color: 3315104.

HSL color Cylindrical-coordinate representation of color #A09532: hue angle of 54º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A09532 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB16014950-
CMYK00.070.690.37
HSL54º52.38%41.18%-
HSV(B)54º68.75%62.75%-
XYZ25.8229.27.29-
YUV14176.64141.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.57%
GREEN value IS 149 (58.59% from 255) = 41.50%
BLUE value IS 50 (19.92% from 255) = 13.93%
R=44.57%
G=41.50%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601495000.070.690.375452.3841.18
HexA09532074525363429
Octal240225620710545666451
Binary101000001001010111001001111000101100101110110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09532; }

 p { color: rgb(160,149,50); }

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

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

 a { background-color: rgb(160,149,50); }

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

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

 span { border-color: rgb(160,149,50); }

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