#A29758

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

Shades of Husk #A29758

Tints of Husk #A29758

Color information

#A29758 (or 0xA29758) is unknown color: approx Husk. HEX triplet: A2, 97 and 58. RGB value is (162,151,88). Sum of RGB (Red+Green+Blue) = 162+151+88=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A29758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29758 is #5D68A7. Grayscale: #939393. Windows color (decimal): -6121640 or 5805986. OLE color: 5805986.

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

Color convert

RGB16215188-
CMYK00.070.460.36
HSL51.08º29.6%49.02%-
HSV(B)51.08º45.68%63.53%-
XYZ27.7330.5213.66-
YUV147.1194.64138.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.40%
GREEN value IS 151 (59.38% from 255) = 37.66%
BLUE value IS 88 (34.77% from 255) = 21.95%
R=40.40%
G=37.66%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621518800.070.460.3651.0829.649.02
HexA29758072E24331e31
Octal242227130075644633661
Binary10100010100101111011000011110111010010011001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29758; }

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

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

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

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

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

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

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

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