#A69952

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

Shades of Husk #A69952

Tints of Husk #A69952

Color information

#A69952 (or 0xA69952) is unknown color: approx Husk. HEX triplet: A6, 99 and 52. RGB value is (166,153,82). Sum of RGB (Red+Green+Blue) = 166+153+82=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A69952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69952 is #5966AD. Grayscale: #959595. Windows color (decimal): -5858990 or 5413286. OLE color: 5413286.

HSL color Cylindrical-coordinate representation of color #A69952: hue angle of 50.71º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A69952 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB16615382-
CMYK00.080.510.35
HSL50.71º33.87%48.63%-
HSV(B)50.71º50.6%65.1%-
XYZ28.6431.512.55-
YUV148.7990.31140.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.40%
GREEN value IS 153 (60.16% from 255) = 38.15%
BLUE value IS 82 (32.42% from 255) = 20.45%
R=41.40%
G=38.15%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661538200.080.510.3550.7133.8748.63
HexA69952083323332231
Octal2462311220106343634261
Binary1010011010011001101001001000110011100011110011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69952; }

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

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

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

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

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

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

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

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