#A69932

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

Shades of Reef Gold #A69932

Tints of Reef Gold #A69932

Color information

#A69932 (or 0xA69932) is unknown color: approx Reef Gold. HEX triplet: A6, 99 and 32. RGB value is (166,153,50). Sum of RGB (Red+Green+Blue) = 166+153+50=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 166 - color contains mainly: red. Hex color #A69932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69932 is #5966CD. Grayscale: #919191. Windows color (decimal): -5859022 or 3316134. OLE color: 3316134.

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

Color convert

RGB16615350-
CMYK00.080.700.35
HSL53.28º53.7%42.35%-
HSV(B)53.28º69.88%65.1%-
XYZ27.6931.127.56-
YUV145.1474.31142.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.99%
GREEN value IS 153 (60.16% from 255) = 41.46%
BLUE value IS 50 (19.92% from 255) = 13.55%
R=44.99%
G=41.46%
B=13.55%

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
Decimal1661535000.080.700.3553.2853.742.35
HexA6993208462335362a
Octal2462316201010643656652
Binary1010011010011001110010010001000110100011110101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69932; }

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

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

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

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

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

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

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

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