Html Css Color HEX #A29858 Husk

📋 copy color: '#A29858'

red 162 ◦ green 152 ◦ blue 88

#A29858
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Husk #A29858

Tints of Husk #A29858

RGB

 RED value IS 162 (63.67% from 255) = 40.3%

 GREEN value IS 152 (59.77% from 255) = 37.81%

 BLUE value IS 88 (34.77% from 255) = 21.89%

R = 40.3%
G = 37.81%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A29858 (or 0xA29858) is known color: Husk. HEX triplet: A2, 98 and 58. RGB value is (162,152,88). Sum of RGB (Red+Green+Blue) = 162+152+88=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 88 (34.77% from 255 or 21.89% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A29858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29858 is #5D67A7. Grayscale: #939393. Windows color (decimal): -6121384 or 5806242. OLE color: 5806242.

HSL color Cylindrical-coordinate representation of color #A29858: hue angle of 51.89º 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 #A29858 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 152 88 -
CMYK 0 0.06 0.46 0.36
HSL 51.89º 0.3% 0.49% -
HSV(B) 51.89º 0.46% 0.64% -
XYZ 27.89 30.84 13.72 -
YUV 147.69 94.31 138.2 -
System Red Green Blue C M Y K H S L
Decimal 162 152 88 0 0.06 0.46 0.36 51.89 0.3 0.49
Hex A2 98 58 0 6 2E 24 34 1E 31
Octal 242 230 130 0 6 56 44 64 36 61
Binary 10100010 10011000 1011000 0 110 101110 100100 110100 11110 110001

Color Harmonies of #A29858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29858

Black with #A29858

Text Example


Text Example

White with #A29858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29858; }

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

 H1.HeaderClassName
 {
   color: #A29858;
 }
 .AnyTagClassName
 {
   color: #A29858;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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