#A29753

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

Shades of Husk #A29753

Tints of Husk #A29753

Color information

#A29753 (or 0xA29753) is unknown color: approx Husk. HEX triplet: A2, 97 and 53. RGB value is (162,151,83). Sum of RGB (Red+Green+Blue) = 162+151+83=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A29753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29753 is #5D68AC. Grayscale: #929292. Windows color (decimal): -6121645 or 5478306. OLE color: 5478306.

HSL color Cylindrical-coordinate representation of color #A29753: hue angle of 51.65º degrees, saturation: 0.32, 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 #A29753 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB16215183-
CMYK00.070.490.36
HSL51.65º32.24%48.04%-
HSV(B)51.65º48.77%63.53%-
XYZ27.5330.4412.61-
YUV146.5492.14139.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.91%
GREEN value IS 151 (59.38% from 255) = 38.13%
BLUE value IS 83 (32.81% from 255) = 20.96%
R=40.91%
G=38.13%
B=20.96%

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
Decimal1621518300.070.490.3651.6532.2448.04
HexA29753073124342030
Octal242227123076144644060
Binary101000101001011110100110111110001100100110100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29753; }

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

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

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

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

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

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

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

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