Html Css Color HEX #A29859 Husk

📋 copy color: '#A29859'

red 162 ◦ green 152 ◦ blue 89

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

Shades of Husk #A29859

Tints of Husk #A29859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 22.08%

R = 40.2%
G = 37.72%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A29859 (or 0xA29859) is known color: Husk. HEX triplet: A2, 98 and 59. RGB value is (162,152,89). Sum of RGB (Red+Green+Blue) = 162+152+89=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A29859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29859 is #5D67A6. Grayscale: #949494. Windows color (decimal): -6121383 or 5871778. OLE color: 5871778.

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

Color convert

RGB 162 152 89 -
CMYK 0 0.06 0.45 0.36
HSL 51.78º 0.29% 0.49% -
HSV(B) 51.78º 0.45% 0.64% -
XYZ 27.93 30.86 13.94 -
YUV 147.81 94.81 138.12 -
System Red Green Blue C M Y K H S L
Decimal 162 152 89 0 0.06 0.45 0.36 51.78 0.29 0.49
Hex A2 98 59 0 6 2D 24 34 1D 31
Octal 242 230 131 0 6 55 44 64 35 61
Binary 10100010 10011000 1011001 0 110 101101 100100 110100 11101 110001

Color Harmonies of #A29859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29859

Black with #A29859

Text Example


Text Example

White with #A29859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29859; }

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

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

background-color css

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

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

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

border-color css

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

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

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