Html Css Color HEX #A29856 Husk

📋 copy color: '#A29856'

red 162 ◦ green 152 ◦ blue 86

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

Shades of Husk #A29856

Tints of Husk #A29856

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38%

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

R = 40.5%
G = 38%
B = 21.5%

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

#A29856 (or 0xA29856) is known color: Husk. HEX triplet: A2, 98 and 56. RGB value is (162,152,86). Sum of RGB (Red+Green+Blue) = 162+152+86=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 162 - color contains mainly: red. Hex color #A29856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29856 is #5D67A9. Grayscale: #939393. Windows color (decimal): -6121386 or 5675170. OLE color: 5675170.

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

Color convert

RGB 162 152 86 -
CMYK 0 0.06 0.47 0.36
HSL 52.11º 0.31% 0.49% -
HSV(B) 52.11º 0.47% 0.64% -
XYZ 27.81 30.81 13.29 -
YUV 147.47 93.31 138.37 -
System Red Green Blue C M Y K H S L
Decimal 162 152 86 0 0.06 0.47 0.36 52.11 0.31 0.49
Hex A2 98 56 0 6 2F 24 34 1F 31
Octal 242 230 126 0 6 57 44 64 37 61
Binary 10100010 10011000 1010110 0 110 101111 100100 110100 11111 110001

Color Harmonies of #A29856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29856

Black with #A29856

Text Example


Text Example

White with #A29856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29856; }

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

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

background-color css

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

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

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

border-color css

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

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

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