Html Css Color HEX #A49653 Husk

📋 copy color: '#A49653'

red 164 ◦ green 150 ◦ blue 83

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

Shades of Husk #A49653

Tints of Husk #A49653

RGB

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

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

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

R = 41.31%
G = 37.78%
B = 20.91%

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

#A49653 (or 0xA49653) is known color: Husk. HEX triplet: A4, 96 and 53. RGB value is (164,150,83). Sum of RGB (Red+Green+Blue) = 164+150+83=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A49653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49653 is #5B69AC. Grayscale: #929292. Windows color (decimal): -5990829 or 5478052. OLE color: 5478052.

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

Color convert

RGB 164 150 83 -
CMYK 0 0.09 0.49 0.36
HSL 49.63º 0.33% 0.48% -
HSV(B) 49.63º 0.49% 0.64% -
XYZ 27.78 30.33 12.57 -
YUV 146.55 92.14 140.45 -
System Red Green Blue C M Y K H S L
Decimal 164 150 83 0 0.09 0.49 0.36 49.63 0.33 0.48
Hex A4 96 53 0 9 31 24 32 21 30
Octal 244 226 123 0 11 61 44 62 41 60
Binary 10100100 10010110 1010011 0 1001 110001 100100 110010 100001 110000

Color Harmonies of #A49653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49653

Black with #A49653

Text Example


Text Example

White with #A49653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49653; }

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

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

background-color css

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

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

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

border-color css

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

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

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