Html Css Color HEX #A29956 Husk

📋 copy color: '#A29956'

red 162 ◦ green 153 ◦ blue 86

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

Shades of Husk #A29956

Tints of Husk #A29956

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.15%

 BLUE value IS 86 (33.98% from 255) = 21.45%

R = 40.4%
G = 38.15%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A29956 (or 0xA29956) is known color: Husk. HEX triplet: A2, 99 and 56. RGB value is (162,153,86). Sum of RGB (Red+Green+Blue) = 162+153+86=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A29956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29956 is #5D66A9. Grayscale: #949494. Windows color (decimal): -6121130 or 5675426. OLE color: 5675426.

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

Color convert

RGB 162 153 86 -
CMYK 0 0.06 0.47 0.36
HSL 52.89º 0.31% 0.49% -
HSV(B) 52.89º 0.47% 0.64% -
XYZ 27.97 31.14 13.34 -
YUV 148.05 92.98 137.95 -
System Red Green Blue C M Y K H S L
Decimal 162 153 86 0 0.06 0.47 0.36 52.89 0.31 0.49
Hex A2 99 56 0 6 2F 24 35 1F 31
Octal 242 231 126 0 6 57 44 65 37 61
Binary 10100010 10011001 1010110 0 110 101111 100100 110101 11111 110001

Color Harmonies of #A29956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29956

Black with #A29956

Text Example


Text Example

White with #A29956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29956; }

 p { color: rgb(162,153,86); }

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

background-color css

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

 a { background-color: rgb(162,153,86); }

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

border-color css

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

 span { border-color: rgb(162,153,86); }

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