Html Css Color HEX #A29A54 Husk

📋 copy color: '#A29A54'

red 162 ◦ green 154 ◦ blue 84

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

Shades of Husk #A29A54

Tints of Husk #A29A54

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.5%

 BLUE value IS 84 (33.2% from 255) = 21%

R = 40.5%
G = 38.5%
B = 21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A29A54 (or 0xA29A54) is known color: Husk. HEX triplet: A2, 9A and 54. RGB value is (162,154,84). Sum of RGB (Red+Green+Blue) = 162+154+84=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29A54 is #5D65AB. Grayscale: #949494. Windows color (decimal): -6120876 or 5544610. OLE color: 5544610.

HSL color Cylindrical-coordinate representation of color #A29A54: hue angle of 53.85º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A29A54 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 154 84 -
CMYK 0 0.05 0.48 0.36
HSL 53.85º 0.32% 0.48% -
HSV(B) 53.85º 0.48% 0.64% -
XYZ 28.06 31.43 12.98 -
YUV 148.41 91.65 137.69 -
System Red Green Blue C M Y K H S L
Decimal 162 154 84 0 0.05 0.48 0.36 53.85 0.32 0.48
Hex A2 9A 54 0 5 30 24 36 20 30
Octal 242 232 124 0 5 60 44 66 40 60
Binary 10100010 10011010 1010100 0 101 110000 100100 110110 100000 110000

Color Harmonies of #A29A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29A54

Black with #A29A54

Text Example


Text Example

White with #A29A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29A54; }

 p { color: rgb(162,154,84); }

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

background-color css

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

 a { background-color: rgb(162,154,84); }

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

border-color css

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

 span { border-color: rgb(162,154,84); }

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