Html Css Color HEX #A29656 Husk

📋 copy color: '#A29656'

red 162 ◦ green 150 ◦ blue 86

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

Shades of Husk #A29656

Tints of Husk #A29656

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.69%

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

R = 40.7%
G = 37.69%
B = 21.61%

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

#A29656 (or 0xA29656) is known color: Husk. HEX triplet: A2, 96 and 56. RGB value is (162,150,86). Sum of RGB (Red+Green+Blue) = 162+150+86=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A29656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29656 is #5D69A9. Grayscale: #929292. Windows color (decimal): -6121898 or 5674658. OLE color: 5674658.

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

Color convert

RGB 162 150 86 -
CMYK 0 0.07 0.47 0.36
HSL 50.53º 0.31% 0.49% -
HSV(B) 50.53º 0.47% 0.64% -
XYZ 27.49 30.17 13.18 -
YUV 146.29 93.98 139.2 -
System Red Green Blue C M Y K H S L
Decimal 162 150 86 0 0.07 0.47 0.36 50.53 0.31 0.49
Hex A2 96 56 0 7 2F 24 33 1F 31
Octal 242 226 126 0 7 57 44 63 37 61
Binary 10100010 10010110 1010110 0 111 101111 100100 110011 11111 110001

Color Harmonies of #A29656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29656

Black with #A29656

Text Example


Text Example

White with #A29656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29656; }

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

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

background-color css

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

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

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

border-color css

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

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

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