Html Css Color HEX #A49E52 Husk

📋 copy color: '#A49E52'

red 164 ◦ green 158 ◦ blue 82

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

Shades of Husk #A49E52

Tints of Husk #A49E52

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.11%

 BLUE value IS 82 (32.42% from 255) = 20.3%

R = 40.59%
G = 39.11%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.5

 K value IS 0.36

RGB Variations

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

Color information

#A49E52 (or 0xA49E52) is known color: Husk. HEX triplet: A4, 9E and 52. RGB value is (164,158,82). Sum of RGB (Red+Green+Blue) = 164+158+82=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49E52 is #5B61AD. Grayscale: #979797. Windows color (decimal): -5988782 or 5414564. OLE color: 5414564.

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

Color convert

RGB 164 158 82 -
CMYK 0 0.04 0.5 0.36
HSL 55.61º 0.33% 0.48% -
HSV(B) 55.61º 0.5% 0.64% -
XYZ 29.06 32.96 12.81 -
YUV 151.13 88.99 137.18 -
System Red Green Blue C M Y K H S L
Decimal 164 158 82 0 0.04 0.5 0.36 55.61 0.33 0.48
Hex A4 9E 52 0 4 32 24 38 21 30
Octal 244 236 122 0 4 62 44 70 41 60
Binary 10100100 10011110 1010010 0 100 110010 100100 111000 100001 110000

Color Harmonies of #A49E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49E52

Black with #A49E52

Text Example


Text Example

White with #A49E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49E52; }

 p { color: rgb(164,158,82); }

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

background-color css

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

 a { background-color: rgb(164,158,82); }

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

border-color css

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

 span { border-color: rgb(164,158,82); }

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