Html Css Color HEX #A29756 Husk

📋 copy color: '#A29756'

red 162 ◦ green 151 ◦ blue 86

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

Shades of Husk #A29756

Tints of Husk #A29756

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.84%

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

R = 40.6%
G = 37.84%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A29756 (or 0xA29756) is known color: Husk. HEX triplet: A2, 97 and 56. RGB value is (162,151,86). Sum of RGB (Red+Green+Blue) = 162+151+86=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A29756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29756 is #5D68A9. Grayscale: #939393. Windows color (decimal): -6121642 or 5674914. OLE color: 5674914.

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

Color convert

RGB 162 151 86 -
CMYK 0 0.07 0.47 0.36
HSL 51.32º 0.31% 0.49% -
HSV(B) 51.32º 0.47% 0.64% -
XYZ 27.65 30.49 13.23 -
YUV 146.88 93.64 138.79 -
System Red Green Blue C M Y K H S L
Decimal 162 151 86 0 0.07 0.47 0.36 51.32 0.31 0.49
Hex A2 97 56 0 7 2F 24 33 1F 31
Octal 242 227 126 0 7 57 44 63 37 61
Binary 10100010 10010111 1010110 0 111 101111 100100 110011 11111 110001

Color Harmonies of #A29756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29756

Black with #A29756

Text Example


Text Example

White with #A29756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29756; }

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

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

background-color css

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

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

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

border-color css

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

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

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