Html Css Color HEX #A49654 Husk

📋 copy color: '#A49654'

red 164 ◦ green 150 ◦ blue 84

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

Shades of Husk #A49654

Tints of Husk #A49654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.11%

R = 41.21%
G = 37.69%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A49654 (or 0xA49654) is known color: Husk. HEX triplet: A4, 96 and 54. RGB value is (164,150,84). Sum of RGB (Red+Green+Blue) = 164+150+84=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A49654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49654 is #5B69AB. Grayscale: #929292. Windows color (decimal): -5990828 or 5543588. OLE color: 5543588.

HSL color Cylindrical-coordinate representation of color #A49654: hue angle of 49.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A49654 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 150 84 -
CMYK 0 0.09 0.49 0.36
HSL 49.5º 0.32% 0.49% -
HSV(B) 49.5º 0.49% 0.64% -
XYZ 27.82 30.35 12.78 -
YUV 146.66 92.64 140.37 -
System Red Green Blue C M Y K H S L
Decimal 164 150 84 0 0.09 0.49 0.36 49.5 0.32 0.49
Hex A4 96 54 0 9 31 24 32 20 31
Octal 244 226 124 0 11 61 44 62 40 61
Binary 10100100 10010110 1010100 0 1001 110001 100100 110010 100000 110001

Color Harmonies of #A49654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49654

Black with #A49654

Text Example


Text Example

White with #A49654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49654; }

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

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

background-color css

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

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

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

border-color css

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

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

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