Html Css Color HEX #A49558 Husk

📋 copy color: '#A49558'

red 164 ◦ green 149 ◦ blue 88

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

Shades of Husk #A49558

Tints of Husk #A49558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.95%

R = 40.9%
G = 37.16%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A49558 (or 0xA49558) is known color: Husk. HEX triplet: A4, 95 and 58. RGB value is (164,149,88). Sum of RGB (Red+Green+Blue) = 164+149+88=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A49558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49558 is #5B6AA7. Grayscale: #929292. Windows color (decimal): -5991080 or 5805476. OLE color: 5805476.

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

Color convert

RGB 164 149 88 -
CMYK 0 0.09 0.46 0.36
HSL 48.16º 0.3% 0.49% -
HSV(B) 48.16º 0.46% 0.64% -
XYZ 27.82 30.09 13.57 -
YUV 146.53 94.97 140.46 -
System Red Green Blue C M Y K H S L
Decimal 164 149 88 0 0.09 0.46 0.36 48.16 0.3 0.49
Hex A4 95 58 0 9 2E 24 30 1E 31
Octal 244 225 130 0 11 56 44 60 36 61
Binary 10100100 10010101 1011000 0 1001 101110 100100 110000 11110 110001

Color Harmonies of #A49558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49558

Black with #A49558

Text Example


Text Example

White with #A49558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49558; }

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

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

background-color css

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

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

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

border-color css

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

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

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