Html Css Color HEX #A49951 Husk

📋 copy color: '#A49951'

red 164 ◦ green 153 ◦ blue 81

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

Shades of Husk #A49951

Tints of Husk #A49951

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.44%

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

R = 41.21%
G = 38.44%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A49951 (or 0xA49951) is known color: Husk. HEX triplet: A4, 99 and 51. RGB value is (164,153,81). Sum of RGB (Red+Green+Blue) = 164+153+81=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A49951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49951 is #5B66AE. Grayscale: #949494. Windows color (decimal): -5990063 or 5347748. OLE color: 5347748.

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

Color convert

RGB 164 153 81 -
CMYK 0 0.07 0.51 0.36
HSL 52.05º 0.34% 0.48% -
HSV(B) 52.05º 0.51% 0.64% -
XYZ 28.19 31.27 12.33 -
YUV 148.08 90.14 139.35 -
System Red Green Blue C M Y K H S L
Decimal 164 153 81 0 0.07 0.51 0.36 52.05 0.34 0.48
Hex A4 99 51 0 7 33 24 34 22 30
Octal 244 231 121 0 7 63 44 64 42 60
Binary 10100100 10011001 1010001 0 111 110011 100100 110100 100010 110000

Color Harmonies of #A49951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49951

Black with #A49951

Text Example


Text Example

White with #A49951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49951; }

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

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

background-color css

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

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

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

border-color css

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

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

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