Html Css Color HEX #A49455 Husk

📋 copy color: '#A49455'

red 164 ◦ green 148 ◦ blue 85

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

Shades of Husk #A49455

Tints of Husk #A49455

RGB

 RED value IS 164 (64.45% from 255) = 41.31%

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

 BLUE value IS 85 (33.59% from 255) = 21.41%

R = 41.31%
G = 37.28%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A49455 (or 0xA49455) is known color: Husk. HEX triplet: A4, 94 and 55. RGB value is (164,148,85). Sum of RGB (Red+Green+Blue) = 164+148+85=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A49455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49455 is #5B6BAA. Grayscale: #919191. Windows color (decimal): -5991339 or 5608612. OLE color: 5608612.

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

Color convert

RGB 164 148 85 -
CMYK 0 0.10 0.48 0.36
HSL 47.85º 0.32% 0.49% -
HSV(B) 47.85º 0.48% 0.64% -
XYZ 27.54 29.73 12.88 -
YUV 145.6 93.8 141.12 -
System Red Green Blue C M Y K H S L
Decimal 164 148 85 0 0.10 0.48 0.36 47.85 0.32 0.49
Hex A4 94 55 0 A 30 24 30 20 31
Octal 244 224 125 0 12 60 44 60 40 61
Binary 10100100 10010100 1010101 0 1010 110000 100100 110000 100000 110001

Color Harmonies of #A49455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49455

Black with #A49455

Text Example


Text Example

White with #A49455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49455; }

 p { color: rgb(164,148,85); }

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

background-color css

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

 a { background-color: rgb(164,148,85); }

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

border-color css

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

 span { border-color: rgb(164,148,85); }

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