Html Css Color HEX #A49858 Husk

📋 copy color: '#A49858'

red 164 ◦ green 152 ◦ blue 88

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

Shades of Husk #A49858

Tints of Husk #A49858

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.62%

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

R = 40.59%
G = 37.62%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A49858 (or 0xA49858) is known color: Husk. HEX triplet: A4, 98 and 58. RGB value is (164,152,88). Sum of RGB (Red+Green+Blue) = 164+152+88=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A49858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49858 is #5B67A7. Grayscale: #949494. Windows color (decimal): -5990312 or 5806244. OLE color: 5806244.

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

Color convert

RGB 164 152 88 -
CMYK 0 0.07 0.46 0.36
HSL 50.53º 0.3% 0.49% -
HSV(B) 50.53º 0.46% 0.64% -
XYZ 28.3 31.05 13.73 -
YUV 148.29 93.98 139.2 -
System Red Green Blue C M Y K H S L
Decimal 164 152 88 0 0.07 0.46 0.36 50.53 0.3 0.49
Hex A4 98 58 0 7 2E 24 33 1E 31
Octal 244 230 130 0 7 56 44 63 36 61
Binary 10100100 10011000 1011000 0 111 101110 100100 110011 11110 110001

Color Harmonies of #A49858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49858

Black with #A49858

Text Example


Text Example

White with #A49858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49858; }

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

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

background-color css

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

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

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

border-color css

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

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

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