#A09337

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

Shades of Reef Gold #A09337

Tints of Reef Gold #A09337

Color information

#A09337 (or 0xA09337) is unknown color: approx Reef Gold. HEX triplet: A0, 93 and 37. RGB value is (160,147,55). Sum of RGB (Red+Green+Blue) = 160+147+55=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 55 (21.88% from 255 or 15.19% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A09337 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09337 is #5F6CC8. Grayscale: #8C8C8C. Windows color (decimal): -6253769 or 3642272. OLE color: 3642272.

HSL color Cylindrical-coordinate representation of color #A09337: hue angle of 52.57º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A09337 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB16014755-
CMYK00.080.660.37
HSL52.57º48.84%42.16%-
HSV(B)52.57º65.62%62.75%-
XYZ25.6228.627.79-
YUV140.479.81141.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.20%
GREEN value IS 147 (57.81% from 255) = 40.61%
BLUE value IS 55 (21.88% from 255) = 15.19%
R=44.20%
G=40.61%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601475500.080.660.3752.5748.8442.16
HexA0933708422535312a
Octal2402236701010245656152
Binary1010000010010011110111010001000010100101110101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09337; }

 p { color: rgb(160,147,55); }

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

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

 a { background-color: rgb(160,147,55); }

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

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

 span { border-color: rgb(160,147,55); }

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