#A69032

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

Shades of Reef Gold #A69032

Tints of Reef Gold #A69032

Color information

#A69032 (or 0xA69032) is unknown color: approx Reef Gold. HEX triplet: A6, 90 and 32. RGB value is (166,144,50). Sum of RGB (Red+Green+Blue) = 166+144+50=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A69032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69032 is #596FCD. Grayscale: #8C8C8C. Windows color (decimal): -5861326 or 3313830. OLE color: 3313830.

HSL color Cylindrical-coordinate representation of color #A69032: hue angle of 48.62º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A69032 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB16614450-
CMYK00.130.700.35
HSL48.62º53.7%42.35%-
HSV(B)48.62º69.88%65.1%-
XYZ26.2728.287.09-
YUV139.8677.29146.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.11%
GREEN value IS 144 (56.64% from 255) = 40%
BLUE value IS 50 (19.92% from 255) = 13.89%
R=46.11%
G=40%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661445000.130.700.3548.6253.742.35
HexA690320D462331362a
Octal2462206201510643616652
Binary1010011010010000110010011011000110100011110001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69032; }

 p { color: rgb(166,144,50); }

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

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

 a { background-color: rgb(166,144,50); }

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

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

 span { border-color: rgb(166,144,50); }

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