Html Css Color HEX #A49C4C Husk

📋 copy color: '#A49C4C'

red 164 ◦ green 156 ◦ blue 76

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

Shades of Husk #A49C4C

Tints of Husk #A49C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.19%

R = 41.41%
G = 39.39%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A49C4C (or 0xA49C4C) is known color: Husk. HEX triplet: A4, 9C and 4C. RGB value is (164,156,76). Sum of RGB (Red+Green+Blue) = 164+156+76=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49C4C is #5B63B3. Grayscale: #959595. Windows color (decimal): -5989300 or 5020836. OLE color: 5020836.

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

Color convert

RGB 164 156 76 -
CMYK 0 0.05 0.54 0.36
HSL 54.55º 0.37% 0.47% -
HSV(B) 54.55º 0.54% 0.64% -
XYZ 28.5 32.19 11.55 -
YUV 149.27 86.65 138.5 -
System Red Green Blue C M Y K H S L
Decimal 164 156 76 0 0.05 0.54 0.36 54.55 0.37 0.47
Hex A4 9C 4C 0 5 36 24 37 25 2F
Octal 244 234 114 0 5 66 44 67 45 57
Binary 10100100 10011100 1001100 0 101 110110 100100 110111 100101 101111

Color Harmonies of #A49C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49C4C

Black with #A49C4C

Text Example


Text Example

White with #A49C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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