Html Css Color HEX #A49F54 Husk

📋 copy color: '#A49F54'

red 164 ◦ green 159 ◦ blue 84

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

Shades of Husk #A49F54

Tints of Husk #A49F54

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.07%

 BLUE value IS 84 (33.2% from 255) = 20.64%

R = 40.29%
G = 39.07%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A49F54 (or 0xA49F54) is known color: Husk. HEX triplet: A4, 9F and 54. RGB value is (164,159,84). Sum of RGB (Red+Green+Blue) = 164+159+84=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49F54 is #5B60AB. Grayscale: #989898. Windows color (decimal): -5988524 or 5545892. OLE color: 5545892.

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

Color convert

RGB 164 159 84 -
CMYK 0 0.03 0.49 0.36
HSL 56.25º 0.32% 0.49% -
HSV(B) 56.25º 0.49% 0.64% -
XYZ 29.31 33.33 13.28 -
YUV 151.95 89.66 136.6 -
System Red Green Blue C M Y K H S L
Decimal 164 159 84 0 0.03 0.49 0.36 56.25 0.32 0.49
Hex A4 9F 54 0 3 31 24 38 20 31
Octal 244 237 124 0 3 61 44 70 40 61
Binary 10100100 10011111 1010100 0 11 110001 100100 111000 100000 110001

Color Harmonies of #A49F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49F54

Black with #A49F54

Text Example


Text Example

White with #A49F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49F54; }

 p { color: rgb(164,159,84); }

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

background-color css

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

 a { background-color: rgb(164,159,84); }

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

border-color css

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

 span { border-color: rgb(164,159,84); }

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