#A08132

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

Shades of Reef Gold #A08132

Tints of Reef Gold #A08132

Color information

#A08132 (or 0xA08132) is unknown color: approx Reef Gold. HEX triplet: A0, 81 and 32. RGB value is (160,129,50). Sum of RGB (Red+Green+Blue) = 160+129+50=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A08132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08132 is #5F7ECD. Grayscale: #818181. Windows color (decimal): -6258382 or 3309984. OLE color: 3309984.

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

Color convert

RGB16012950-
CMYK00.190.690.37
HSL43.09º52.38%41.18%-
HSV(B)43.09º68.75%62.75%-
XYZ22.9223.46.33-
YUV129.2683.27149.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.20%
GREEN value IS 129 (50.78% from 255) = 38.05%
BLUE value IS 50 (19.92% from 255) = 14.75%
R=47.20%
G=38.05%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601295000.190.690.3743.0952.3841.18
HexA0813201345252b3429
Octal2402016202310545536451
Binary10100000100000011100100100111000101100101101011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08132; }

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

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

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

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

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

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

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

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