Html Css Color HEX #A49853 Husk

📋 copy color: '#A49853'

red 164 ◦ green 152 ◦ blue 83

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

Shades of Husk #A49853

Tints of Husk #A49853

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.1%

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

R = 41.1%
G = 38.1%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A49853 (or 0xA49853) is known color: Husk. HEX triplet: A4, 98 and 53. RGB value is (164,152,83). Sum of RGB (Red+Green+Blue) = 164+152+83=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A49853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49853 is #5B67AC. Grayscale: #949494. Windows color (decimal): -5990317 or 5478564. OLE color: 5478564.

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

Color convert

RGB 164 152 83 -
CMYK 0 0.07 0.49 0.36
HSL 51.11º 0.33% 0.48% -
HSV(B) 51.11º 0.49% 0.64% -
XYZ 28.1 30.97 12.68 -
YUV 147.72 91.48 139.61 -
System Red Green Blue C M Y K H S L
Decimal 164 152 83 0 0.07 0.49 0.36 51.11 0.33 0.48
Hex A4 98 53 0 7 31 24 33 21 30
Octal 244 230 123 0 7 61 44 63 41 60
Binary 10100100 10011000 1010011 0 111 110001 100100 110011 100001 110000

Color Harmonies of #A49853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49853

Black with #A49853

Text Example


Text Example

White with #A49853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49853; }

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

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

background-color css

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

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

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

border-color css

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

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

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