Html Css Color HEX #A49D4A Husk

📋 copy color: '#A49D4A'

red 164 ◦ green 157 ◦ blue 74

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

Shades of Husk #A49D4A

Tints of Husk #A49D4A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.75%

 BLUE value IS 74 (29.3% from 255) = 18.73%

R = 41.52%
G = 39.75%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A49D4A (or 0xA49D4A) is known color: Husk. HEX triplet: A4, 9D and 4A. RGB value is (164,157,74). Sum of RGB (Red+Green+Blue) = 164+157+74=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49D4A is #5B62B5. Grayscale: #959595. Windows color (decimal): -5989046 or 4890020. OLE color: 4890020.

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

Color convert

RGB 164 157 74 -
CMYK 0 0.04 0.55 0.36
HSL 55.33º 0.38% 0.47% -
HSV(B) 55.33º 0.55% 0.64% -
XYZ 28.6 32.5 11.24 -
YUV 149.63 85.32 138.25 -
System Red Green Blue C M Y K H S L
Decimal 164 157 74 0 0.04 0.55 0.36 55.33 0.38 0.47
Hex A4 9D 4A 0 4 37 24 37 26 2F
Octal 244 235 112 0 4 67 44 67 46 57
Binary 10100100 10011101 1001010 0 100 110111 100100 110111 100110 101111

Color Harmonies of #A49D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49D4A

Black with #A49D4A

Text Example


Text Example

White with #A49D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49D4A; }

 p { color: rgb(164,157,74); }

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

background-color css

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

 a { background-color: rgb(164,157,74); }

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

border-color css

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

 span { border-color: rgb(164,157,74); }

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