#A29752

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

Shades of Husk #A29752

Tints of Husk #A29752

Color information

#A29752 (or 0xA29752) is unknown color: approx Husk. HEX triplet: A2, 97 and 52. RGB value is (162,151,82). Sum of RGB (Red+Green+Blue) = 162+151+82=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A29752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29752 is #5D68AD. Grayscale: #929292. Windows color (decimal): -6121646 or 5412770. OLE color: 5412770.

HSL color Cylindrical-coordinate representation of color #A29752: hue angle of 51.75º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A29752 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB16215182-
CMYK00.070.490.36
HSL51.75º32.79%47.84%-
HSV(B)51.75º49.38%63.53%-
XYZ27.4930.4212.41-
YUV146.4291.64139.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.01%
GREEN value IS 151 (59.38% from 255) = 38.23%
BLUE value IS 82 (32.42% from 255) = 20.76%
R=41.01%
G=38.23%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621518200.070.490.3651.7532.7947.84
HexA29752073124342130
Octal242227122076144644160
Binary101000101001011110100100111110001100100110100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29752; }

 p { color: rgb(162,151,82); }

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

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

 a { background-color: rgb(162,151,82); }

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

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

 span { border-color: rgb(162,151,82); }

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