Html Css Color HEX #A49A4D Husk

📋 copy color: '#A49A4D'

red 164 ◦ green 154 ◦ blue 77

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

Shades of Husk #A49A4D

Tints of Husk #A49A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.49%

R = 41.52%
G = 38.99%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A49A4D (or 0xA49A4D) is known color: Husk. HEX triplet: A4, 9A and 4D. RGB value is (164,154,77). Sum of RGB (Red+Green+Blue) = 164+154+77=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49A4D is #5B65B2. Grayscale: #949494. Windows color (decimal): -5989811 or 5085860. OLE color: 5085860.

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

Color convert

RGB 164 154 77 -
CMYK 0 0.06 0.53 0.36
HSL 53.1º 0.36% 0.47% -
HSV(B) 53.1º 0.53% 0.64% -
XYZ 28.21 31.54 11.62 -
YUV 148.21 87.81 139.26 -
System Red Green Blue C M Y K H S L
Decimal 164 154 77 0 0.06 0.53 0.36 53.1 0.36 0.47
Hex A4 9A 4D 0 6 35 24 35 24 2F
Octal 244 232 115 0 6 65 44 65 44 57
Binary 10100100 10011010 1001101 0 110 110101 100100 110101 100100 101111

Color Harmonies of #A49A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49A4D

Black with #A49A4D

Text Example


Text Example

White with #A49A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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