Html Css Color HEX #A29C56 Husk

📋 copy color: '#A29C56'

red 162 ◦ green 156 ◦ blue 86

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

Shades of Husk #A29C56

Tints of Husk #A29C56

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.61%

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

R = 40.1%
G = 38.61%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A29C56 (or 0xA29C56) is known color: Husk. HEX triplet: A2, 9C and 56. RGB value is (162,156,86). Sum of RGB (Red+Green+Blue) = 162+156+86=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29C56 is #5D63A9. Grayscale: #969696. Windows color (decimal): -6120362 or 5676194. OLE color: 5676194.

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

Color convert

RGB 162 156 86 -
CMYK 0 0.04 0.47 0.36
HSL 55.26º 0.31% 0.49% -
HSV(B) 55.26º 0.47% 0.64% -
XYZ 28.47 32.13 13.51 -
YUV 149.81 91.99 136.69 -
System Red Green Blue C M Y K H S L
Decimal 162 156 86 0 0.04 0.47 0.36 55.26 0.31 0.49
Hex A2 9C 56 0 4 2F 24 37 1F 31
Octal 242 234 126 0 4 57 44 67 37 61
Binary 10100010 10011100 1010110 0 100 101111 100100 110111 11111 110001

Color Harmonies of #A29C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29C56

Black with #A29C56

Text Example


Text Example

White with #A29C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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