Html Css Color HEX #A49552 Husk

📋 copy color: '#A49552'

red 164 ◦ green 149 ◦ blue 82

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

Shades of Husk #A49552

Tints of Husk #A49552

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.72%

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

R = 41.52%
G = 37.72%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.5

 K value IS 0.36

RGB Variations

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

Color information

#A49552 (or 0xA49552) is known color: Husk. HEX triplet: A4, 95 and 52. RGB value is (164,149,82). Sum of RGB (Red+Green+Blue) = 164+149+82=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A49552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49552 is #5B6AAD. Grayscale: #929292. Windows color (decimal): -5991086 or 5412260. OLE color: 5412260.

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

Color convert

RGB 164 149 82 -
CMYK 0 0.09 0.5 0.36
HSL 49.02º 0.33% 0.48% -
HSV(B) 49.02º 0.5% 0.64% -
XYZ 27.58 30 12.32 -
YUV 145.85 91.97 140.95 -
System Red Green Blue C M Y K H S L
Decimal 164 149 82 0 0.09 0.5 0.36 49.02 0.33 0.48
Hex A4 95 52 0 9 32 24 31 21 30
Octal 244 225 122 0 11 62 44 61 41 60
Binary 10100100 10010101 1010010 0 1001 110010 100100 110001 100001 110000

Color Harmonies of #A49552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49552

Black with #A49552

Text Example


Text Example

White with #A49552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49552; }

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

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

background-color css

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

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

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

border-color css

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

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

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