Html Css Color HEX #A49450 Husk

📋 copy color: '#A49450'

red 164 ◦ green 148 ◦ blue 80

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

Shades of Husk #A49450

Tints of Husk #A49450

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.76%

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

R = 41.84%
G = 37.76%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A49450 (or 0xA49450) is known color: Husk. HEX triplet: A4, 94 and 50. RGB value is (164,148,80). Sum of RGB (Red+Green+Blue) = 164+148+80=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A49450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49450 is #5B6BAF. Grayscale: #919191. Windows color (decimal): -5991344 or 5280932. OLE color: 5280932.

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

Color convert

RGB 164 148 80 -
CMYK 0 0.10 0.51 0.36
HSL 48.57º 0.34% 0.48% -
HSV(B) 48.57º 0.51% 0.64% -
XYZ 27.35 29.65 11.87 -
YUV 145.03 91.3 141.53 -
System Red Green Blue C M Y K H S L
Decimal 164 148 80 0 0.10 0.51 0.36 48.57 0.34 0.48
Hex A4 94 50 0 A 33 24 31 22 30
Octal 244 224 120 0 12 63 44 61 42 60
Binary 10100100 10010100 1010000 0 1010 110011 100100 110001 100010 110000

Color Harmonies of #A49450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49450

Black with #A49450

Text Example


Text Example

White with #A49450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49450; }

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

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

background-color css

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

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

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

border-color css

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

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

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