#A09134

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

Shades of Reef Gold #A09134

Tints of Reef Gold #A09134

Color information

#A09134 (or 0xA09134) is unknown color: approx Reef Gold. HEX triplet: A0, 91 and 34. RGB value is (160,145,52). Sum of RGB (Red+Green+Blue) = 160+145+52=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A09134 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09134 is #5F6ECB. Grayscale: #8B8B8B. Windows color (decimal): -6254284 or 3445152. OLE color: 3445152.

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

Color convert

RGB16014552-
CMYK00.090.680.37
HSL51.67º50.94%41.57%-
HSV(B)51.67º67.5%62.75%-
XYZ25.2427.977.32-
YUV138.8878.97143.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.82%
GREEN value IS 145 (57.03% from 255) = 40.62%
BLUE value IS 52 (20.70% from 255) = 14.57%
R=44.82%
G=40.62%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601455200.090.680.3751.6750.9441.57
HexA0913409442534332a
Octal2402216401110445646352
Binary1010000010010001110100010011000100100101110100110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09134; }

 p { color: rgb(160,145,52); }

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

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

 a { background-color: rgb(160,145,52); }

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

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

 span { border-color: rgb(160,145,52); }

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