Html Css Color HEX #A49C4D Husk

📋 copy color: '#A49C4D'

red 164 ◦ green 156 ◦ blue 77

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

Shades of Husk #A49C4D

Tints of Husk #A49C4D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.29%

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

R = 41.31%
G = 39.29%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A49C4D (or 0xA49C4D) is known color: Husk. HEX triplet: A4, 9C and 4D. RGB value is (164,156,77). Sum of RGB (Red+Green+Blue) = 164+156+77=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49C4D is #5B63B2. Grayscale: #959595. Windows color (decimal): -5989299 or 5086372. OLE color: 5086372.

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

Color convert

RGB 164 156 77 -
CMYK 0 0.05 0.53 0.36
HSL 54.48º 0.36% 0.47% -
HSV(B) 54.48º 0.53% 0.64% -
XYZ 28.54 32.21 11.73 -
YUV 149.39 87.15 138.42 -
System Red Green Blue C M Y K H S L
Decimal 164 156 77 0 0.05 0.53 0.36 54.48 0.36 0.47
Hex A4 9C 4D 0 5 35 24 36 24 2F
Octal 244 234 115 0 5 65 44 66 44 57
Binary 10100100 10011100 1001101 0 101 110101 100100 110110 100100 101111

Color Harmonies of #A49C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49C4D

Black with #A49C4D

Text Example


Text Example

White with #A49C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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