Html Css Color HEX #A49F53 Husk

📋 copy color: '#A49F53'

red 164 ◦ green 159 ◦ blue 83

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

Shades of Husk #A49F53

Tints of Husk #A49F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.44%

R = 40.39%
G = 39.16%
B = 20.44%

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

#A49F53 (or 0xA49F53) is known color: Husk. HEX triplet: A4, 9F and 53. RGB value is (164,159,83). Sum of RGB (Red+Green+Blue) = 164+159+83=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 83 (32.81% from 255 or 20.44% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49F53 is #5B60AC. Grayscale: #989898. Windows color (decimal): -5988525 or 5480356. OLE color: 5480356.

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

Color convert

RGB 164 159 83 -
CMYK 0 0.03 0.49 0.36
HSL 56.3º 0.33% 0.48% -
HSV(B) 56.3º 0.49% 0.64% -
XYZ 29.27 33.31 13.07 -
YUV 151.83 89.16 136.68 -
System Red Green Blue C M Y K H S L
Decimal 164 159 83 0 0.03 0.49 0.36 56.3 0.33 0.48
Hex A4 9F 53 0 3 31 24 38 21 30
Octal 244 237 123 0 3 61 44 70 41 60
Binary 10100100 10011111 1010011 0 11 110001 100100 111000 100001 110000

Color Harmonies of #A49F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49F53

Black with #A49F53

Text Example


Text Example

White with #A49F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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