#A09632

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

Shades of Reef Gold #A09632

Tints of Reef Gold #A09632

Color information

#A09632 (or 0xA09632) is unknown color: approx Reef Gold. HEX triplet: A0, 96 and 32. RGB value is (160,150,50). Sum of RGB (Red+Green+Blue) = 160+150+50=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A09632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09632 is #5F69CD. Grayscale: #8E8E8E. Windows color (decimal): -6253006 or 3315360. OLE color: 3315360.

HSL color Cylindrical-coordinate representation of color #A09632: hue angle of 54.55º 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 #A09632 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB16015050-
CMYK00.060.690.37
HSL54.55º52.38%41.18%-
HSV(B)54.55º68.75%62.75%-
XYZ25.9829.527.35-
YUV141.5976.31141.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.44%
GREEN value IS 150 (58.98% from 255) = 41.67%
BLUE value IS 50 (19.92% from 255) = 13.89%
R=44.44%
G=41.67%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601505000.060.690.3754.5552.3841.18
HexA09632064525373429
Octal240226620610545676451
Binary101000001001011011001001101000101100101110111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09632; }

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

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

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

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

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

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

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

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