Html Css Color HEX #A49253 Husk

📋 copy color: '#A49253'

red 164 ◦ green 146 ◦ blue 83

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

Shades of Husk #A49253

Tints of Husk #A49253

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.15%

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

R = 41.73%
G = 37.15%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A49253 (or 0xA49253) is known color: Husk. HEX triplet: A4, 92 and 53. RGB value is (164,146,83). Sum of RGB (Red+Green+Blue) = 164+146+83=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A49253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49253 is #5B6DAC. Grayscale: #909090. Windows color (decimal): -5991853 or 5477028. OLE color: 5477028.

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

Color convert

RGB 164 146 83 -
CMYK 0 0.11 0.49 0.36
HSL 46.67º 0.33% 0.48% -
HSV(B) 46.67º 0.49% 0.64% -
XYZ 27.15 29.07 12.36 -
YUV 144.2 93.46 142.12 -
System Red Green Blue C M Y K H S L
Decimal 164 146 83 0 0.11 0.49 0.36 46.67 0.33 0.48
Hex A4 92 53 0 B 31 24 2F 21 30
Octal 244 222 123 0 13 61 44 57 41 60
Binary 10100100 10010010 1010011 0 1011 110001 100100 101111 100001 110000

Color Harmonies of #A49253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49253

Black with #A49253

Text Example


Text Example

White with #A49253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49253; }

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

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

background-color css

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

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

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

border-color css

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

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

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