Html Css Color HEX #A49353 Husk

📋 copy color: '#A49353'

red 164 ◦ green 147 ◦ blue 83

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

Shades of Husk #A49353

Tints of Husk #A49353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.07%

R = 41.62%
G = 37.31%
B = 21.07%

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

#A49353 (or 0xA49353) is known color: Husk. HEX triplet: A4, 93 and 53. RGB value is (164,147,83). Sum of RGB (Red+Green+Blue) = 164+147+83=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A49353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49353 is #5B6CAC. Grayscale: #919191. Windows color (decimal): -5991597 or 5477284. OLE color: 5477284.

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

Color convert

RGB 164 147 83 -
CMYK 0 0.10 0.49 0.36
HSL 47.41º 0.33% 0.48% -
HSV(B) 47.41º 0.49% 0.64% -
XYZ 27.3 29.38 12.42 -
YUV 144.79 93.13 141.7 -
System Red Green Blue C M Y K H S L
Decimal 164 147 83 0 0.10 0.49 0.36 47.41 0.33 0.48
Hex A4 93 53 0 A 31 24 2F 21 30
Octal 244 223 123 0 12 61 44 57 41 60
Binary 10100100 10010011 1010011 0 1010 110001 100100 101111 100001 110000

Color Harmonies of #A49353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49353

Black with #A49353

Text Example


Text Example

White with #A49353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49353; }

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

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

background-color css

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

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

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

border-color css

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

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

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