Html Css Color HEX #A49C51 Husk

📋 copy color: '#A49C51'

red 164 ◦ green 156 ◦ blue 81

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

Shades of Husk #A49C51

Tints of Husk #A49C51

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.9%

 BLUE value IS 81 (32.03% from 255) = 20.2%

R = 40.9%
G = 38.9%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A49C51 (or 0xA49C51) is known color: Husk. HEX triplet: A4, 9C and 51. RGB value is (164,156,81). Sum of RGB (Red+Green+Blue) = 164+156+81=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49C51 is #5B63AE. Grayscale: #969696. Windows color (decimal): -5989295 or 5348516. OLE color: 5348516.

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

Color convert

RGB 164 156 81 -
CMYK 0 0.05 0.51 0.36
HSL 54.22º 0.34% 0.48% -
HSV(B) 54.22º 0.51% 0.64% -
XYZ 28.68 32.26 12.5 -
YUV 149.84 89.15 138.1 -
System Red Green Blue C M Y K H S L
Decimal 164 156 81 0 0.05 0.51 0.36 54.22 0.34 0.48
Hex A4 9C 51 0 5 33 24 36 22 30
Octal 244 234 121 0 5 63 44 66 42 60
Binary 10100100 10011100 1010001 0 101 110011 100100 110110 100010 110000

Color Harmonies of #A49C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49C51

Black with #A49C51

Text Example


Text Example

White with #A49C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49C51; }

 p { color: rgb(164,156,81); }

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

background-color css

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

 a { background-color: rgb(164,156,81); }

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

border-color css

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

 span { border-color: rgb(164,156,81); }

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