Html Css Color HEX #A49354 Husk

📋 copy color: '#A49354'

red 164 ◦ green 147 ◦ blue 84

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

Shades of Husk #A49354

Tints of Husk #A49354

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.22%

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

R = 41.52%
G = 37.22%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A49354 (or 0xA49354) is known color: Husk. HEX triplet: A4, 93 and 54. RGB value is (164,147,84). Sum of RGB (Red+Green+Blue) = 164+147+84=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A49354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49354 is #5B6CAB. Grayscale: #919191. Windows color (decimal): -5991596 or 5542820. OLE color: 5542820.

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

Color convert

RGB 164 147 84 -
CMYK 0 0.10 0.49 0.36
HSL 47.25º 0.32% 0.49% -
HSV(B) 47.25º 0.49% 0.64% -
XYZ 27.34 29.4 12.62 -
YUV 144.9 93.63 141.62 -
System Red Green Blue C M Y K H S L
Decimal 164 147 84 0 0.10 0.49 0.36 47.25 0.32 0.49
Hex A4 93 54 0 A 31 24 2F 20 31
Octal 244 223 124 0 12 61 44 57 40 61
Binary 10100100 10010011 1010100 0 1010 110001 100100 101111 100000 110001

Color Harmonies of #A49354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49354

Black with #A49354

Text Example


Text Example

White with #A49354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49354; }

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

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

background-color css

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

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

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

border-color css

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

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

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