#A69953

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

Shades of Husk #A69953

Tints of Husk #A69953

Color information

#A69953 (or 0xA69953) is unknown color: approx Husk. HEX triplet: A6, 99 and 53. RGB value is (166,153,83). Sum of RGB (Red+Green+Blue) = 166+153+83=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A69953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69953 is #5966AC. Grayscale: #959595. Windows color (decimal): -5858989 or 5478822. OLE color: 5478822.

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

Color convert

RGB16615383-
CMYK00.080.500.35
HSL50.6º33.33%48.82%-
HSV(B)50.6º50%65.1%-
XYZ28.6831.5112.75-
YUV148.9190.81140.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.29%
GREEN value IS 153 (60.16% from 255) = 38.06%
BLUE value IS 83 (32.81% from 255) = 20.65%
R=41.29%
G=38.06%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661538300.080.500.3550.633.3348.82
HexA69953083223332131
Octal2462311230106243634161
Binary1010011010011001101001101000110010100011110011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69953; }

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

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

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

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

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

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

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

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