Html Css Color HEX #A49650 Husk

📋 copy color: '#A49650'

red 164 ◦ green 150 ◦ blue 80

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

Shades of Husk #A49650

Tints of Husk #A49650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.07%

 BLUE value IS 80 (31.64% from 255) = 20.3%

R = 41.62%
G = 38.07%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A49650 (or 0xA49650) is known color: Husk. HEX triplet: A4, 96 and 50. RGB value is (164,150,80). Sum of RGB (Red+Green+Blue) = 164+150+80=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A49650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49650 is #5B69AF. Grayscale: #929292. Windows color (decimal): -5990832 or 5281444. OLE color: 5281444.

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

Color convert

RGB 164 150 80 -
CMYK 0 0.09 0.51 0.36
HSL 50º 0.34% 0.48% -
HSV(B) 50º 0.51% 0.64% -
XYZ 27.66 30.28 11.98 -
YUV 146.21 90.64 140.69 -
System Red Green Blue C M Y K H S L
Decimal 164 150 80 0 0.09 0.51 0.36 50 0.34 0.48
Hex A4 96 50 0 9 33 24 32 22 30
Octal 244 226 120 0 11 63 44 62 42 60
Binary 10100100 10010110 1010000 0 1001 110011 100100 110010 100010 110000

Color Harmonies of #A49650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49650

Black with #A49650

Text Example


Text Example

White with #A49650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49650; }

 p { color: rgb(164,150,80); }

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

background-color css

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

 a { background-color: rgb(164,150,80); }

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

border-color css

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

 span { border-color: rgb(164,150,80); }

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