Html Css Color HEX #A29954 Husk

📋 copy color: '#A29954'

red 162 ◦ green 153 ◦ blue 84

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

Shades of Husk #A29954

Tints of Husk #A29954

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.35%

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

R = 40.6%
G = 38.35%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A29954 (or 0xA29954) is known color: Husk. HEX triplet: A2, 99 and 54. RGB value is (162,153,84). Sum of RGB (Red+Green+Blue) = 162+153+84=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A29954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29954 is #5D66AB. Grayscale: #949494. Windows color (decimal): -6121132 or 5544354. OLE color: 5544354.

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

Color convert

RGB 162 153 84 -
CMYK 0 0.06 0.48 0.36
HSL 53.08º 0.32% 0.48% -
HSV(B) 53.08º 0.48% 0.64% -
XYZ 27.89 31.1 12.92 -
YUV 147.83 91.98 138.11 -
System Red Green Blue C M Y K H S L
Decimal 162 153 84 0 0.06 0.48 0.36 53.08 0.32 0.48
Hex A2 99 54 0 6 30 24 35 20 30
Octal 242 231 124 0 6 60 44 65 40 60
Binary 10100010 10011001 1010100 0 110 110000 100100 110101 100000 110000

Color Harmonies of #A29954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29954

Black with #A29954

Text Example


Text Example

White with #A29954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29954; }

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

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

background-color css

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

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

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

border-color css

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

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

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