Html Css Color HEX #A49A5B Husk

📋 copy color: '#A49A5B'

red 164 ◦ green 154 ◦ blue 91

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

Shades of Husk #A49A5B

Tints of Husk #A49A5B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.65%

 BLUE value IS 91 (35.94% from 255) = 22.25%

R = 40.1%
G = 37.65%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A49A5B (or 0xA49A5B) is known color: Husk. HEX triplet: A4, 9A and 5B. RGB value is (164,154,91). Sum of RGB (Red+Green+Blue) = 164+154+91=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49A5B is #5B65A4. Grayscale: #969696. Windows color (decimal): -5989797 or 6003364. OLE color: 6003364.

HSL color Cylindrical-coordinate representation of color #A49A5B: hue angle of 51.78º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A49A5B is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 154 91 -
CMYK 0 0.06 0.45 0.36
HSL 51.78º 0.29% 0.5% -
HSV(B) 51.78º 0.45% 0.64% -
XYZ 28.75 31.76 14.51 -
YUV 149.81 94.81 138.12 -
System Red Green Blue C M Y K H S L
Decimal 164 154 91 0 0.06 0.45 0.36 51.78 0.29 0.5
Hex A4 9A 5B 0 6 2D 24 34 1D 32
Octal 244 232 133 0 6 55 44 64 35 62
Binary 10100100 10011010 1011011 0 110 101101 100100 110100 11101 110010

Color Harmonies of #A49A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49A5B

Black with #A49A5B

Text Example


Text Example

White with #A49A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49A5B; }

 p { color: rgb(164,154,91); }

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

background-color css

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

 a { background-color: rgb(164,154,91); }

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

border-color css

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

 span { border-color: rgb(164,154,91); }

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