Html Css Color HEX #A49150 Husk

📋 copy color: '#A49150'

red 164 ◦ green 145 ◦ blue 80

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

Shades of Husk #A49150

Tints of Husk #A49150

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.28%

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

R = 42.16%
G = 37.28%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A49150 (or 0xA49150) is known color: Husk. HEX triplet: A4, 91 and 50. RGB value is (164,145,80). Sum of RGB (Red+Green+Blue) = 164+145+80=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A49150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49150 is #5B6EAF. Grayscale: #8F8F8F. Windows color (decimal): -5992112 or 5280164. OLE color: 5280164.

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

Color convert

RGB 164 145 80 -
CMYK 0 0.12 0.51 0.36
HSL 46.43º 0.34% 0.48% -
HSV(B) 46.43º 0.51% 0.64% -
XYZ 26.88 28.72 11.72 -
YUV 143.27 92.29 142.79 -
System Red Green Blue C M Y K H S L
Decimal 164 145 80 0 0.12 0.51 0.36 46.43 0.34 0.48
Hex A4 91 50 0 C 33 24 2E 22 30
Octal 244 221 120 0 14 63 44 56 42 60
Binary 10100100 10010001 1010000 0 1100 110011 100100 101110 100010 110000

Color Harmonies of #A49150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49150

Black with #A49150

Text Example


Text Example

White with #A49150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49150; }

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

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

background-color css

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

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

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

border-color css

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

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

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