Html Css Color HEX #A29B5A Husk

📋 copy color: '#A29B5A'

red 162 ◦ green 155 ◦ blue 90

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

Shades of Husk #A29B5A

Tints of Husk #A29B5A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.08%

 BLUE value IS 90 (35.55% from 255) = 22.11%

R = 39.8%
G = 38.08%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A29B5A (or 0xA29B5A) is known color: Husk. HEX triplet: A2, 9B and 5A. RGB value is (162,155,90). Sum of RGB (Red+Green+Blue) = 162+155+90=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29B5A is #5D64A5. Grayscale: #959595. Windows color (decimal): -6120614 or 5938082. OLE color: 5938082.

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

Color convert

RGB 162 155 90 -
CMYK 0 0.04 0.44 0.36
HSL 54.17º 0.29% 0.49% -
HSV(B) 54.17º 0.44% 0.64% -
XYZ 28.47 31.86 14.32 -
YUV 149.68 94.32 136.79 -
System Red Green Blue C M Y K H S L
Decimal 162 155 90 0 0.04 0.44 0.36 54.17 0.29 0.49
Hex A2 9B 5A 0 4 2C 24 36 1D 31
Octal 242 233 132 0 4 54 44 66 35 61
Binary 10100010 10011011 1011010 0 100 101100 100100 110110 11101 110001

Color Harmonies of #A29B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29B5A

Black with #A29B5A

Text Example


Text Example

White with #A29B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29B5A; }

 p { color: rgb(162,155,90); }

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

background-color css

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

 a { background-color: rgb(162,155,90); }

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

border-color css

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

 span { border-color: rgb(162,155,90); }

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