#A18132

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

Shades of Reef Gold #A18132

Tints of Reef Gold #A18132

Color information

#A18132 (or 0xA18132) is unknown color: approx Reef Gold. HEX triplet: A1, 81 and 32. RGB value is (161,129,50). Sum of RGB (Red+Green+Blue) = 161+129+50=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A18132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18132 is #5E7ECD. Grayscale: #818181. Windows color (decimal): -6192846 or 3309985. OLE color: 3309985.

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

Color convert

RGB16112950-
CMYK00.200.690.37
HSL42.7º52.61%41.37%-
HSV(B)42.7º68.94%63.14%-
XYZ23.1223.516.34-
YUV129.5683.1150.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.35%
GREEN value IS 129 (50.78% from 255) = 37.94%
BLUE value IS 50 (19.92% from 255) = 14.71%
R=47.35%
G=37.94%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611295000.200.690.3742.752.6141.37
HexA1813201445252b3529
Octal2412016202410545536551
Binary10100001100000011100100101001000101100101101011110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18132; }

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

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

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

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

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

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

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

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