#A69352

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

Shades of Husk #A69352

Tints of Husk #A69352

Color information

#A69352 (or 0xA69352) is unknown color: approx Husk. HEX triplet: A6, 93 and 52. RGB value is (166,147,82). Sum of RGB (Red+Green+Blue) = 166+147+82=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A69352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69352 is #596CAD. Grayscale: #919191. Windows color (decimal): -5860526 or 5411750. OLE color: 5411750.

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

Color convert

RGB16614782-
CMYK00.110.510.35
HSL46.43º33.87%48.63%-
HSV(B)46.43º50.6%65.1%-
XYZ27.6829.5812.23-
YUV145.2792.29142.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.03%
GREEN value IS 147 (57.81% from 255) = 37.22%
BLUE value IS 82 (32.42% from 255) = 20.76%
R=42.03%
G=37.22%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661478200.110.510.3546.4333.8748.63
HexA693520B33232e2231
Octal2462231220136343564261
Binary1010011010010011101001001011110011100011101110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69352; }

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

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

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

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

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

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

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

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