#A69832

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

Shades of Reef Gold #A69832

Tints of Reef Gold #A69832

Color information

#A69832 (or 0xA69832) is unknown color: approx Reef Gold. HEX triplet: A6, 98 and 32. RGB value is (166,152,50). Sum of RGB (Red+Green+Blue) = 166+152+50=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A69832 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69832 is #5967CD. Grayscale: #909090. Windows color (decimal): -5859278 or 3315878. OLE color: 3315878.

HSL color Cylindrical-coordinate representation of color #A69832: hue angle of 52.76º 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 #A69832 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB16615250-
CMYK00.080.700.35
HSL52.76º53.7%42.35%-
HSV(B)52.76º69.88%65.1%-
XYZ27.5330.797.51-
YUV144.5674.64143.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.11%
GREEN value IS 152 (59.77% from 255) = 41.30%
BLUE value IS 50 (19.92% from 255) = 13.59%
R=45.11%
G=41.30%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661525000.080.700.3552.7653.742.35
HexA6983208462335362a
Octal2462306201010643656652
Binary1010011010011000110010010001000110100011110101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69832; }

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

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

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

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

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

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

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

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