Html Css Color HEX #A29456 Husk

📋 copy color: '#A29456'

red 162 ◦ green 148 ◦ blue 86

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

Shades of Husk #A29456

Tints of Husk #A29456

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.37%

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

R = 40.91%
G = 37.37%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A29456 (or 0xA29456) is known color: Husk. HEX triplet: A2, 94 and 56. RGB value is (162,148,86). Sum of RGB (Red+Green+Blue) = 162+148+86=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A29456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29456 is #5D6BA9. Grayscale: #919191. Windows color (decimal): -6122410 or 5674146. OLE color: 5674146.

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

Color convert

RGB 162 148 86 -
CMYK 0 0.09 0.47 0.36
HSL 48.95º 0.31% 0.49% -
HSV(B) 48.95º 0.47% 0.64% -
XYZ 27.17 29.53 13.07 -
YUV 145.12 94.64 140.04 -
System Red Green Blue C M Y K H S L
Decimal 162 148 86 0 0.09 0.47 0.36 48.95 0.31 0.49
Hex A2 94 56 0 9 2F 24 31 1F 31
Octal 242 224 126 0 11 57 44 61 37 61
Binary 10100010 10010100 1010110 0 1001 101111 100100 110001 11111 110001

Color Harmonies of #A29456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29456

Black with #A29456

Text Example


Text Example

White with #A29456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29456; }

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

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

background-color css

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

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

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

border-color css

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

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

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