#A19D4D

Color #A19D4D Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #A19D4D

Tints of Husk #A19D4D

Color information

#A19D4D (or 0xA19D4D) is unknown color: approx Husk. HEX triplet: A1, 9D and 4D. RGB value is (161,157,77). Sum of RGB (Red+Green+Blue) = 161+157+77=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19D4D is #5E62B2. Grayscale: #959595. Windows color (decimal): -6185651 or 5086625. OLE color: 5086625.

HSL color Cylindrical-coordinate representation of color #A19D4D: hue angle of 57.14º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A19D4D is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB16115777-
CMYK00.020.520.37
HSL57.14º35.29%46.67%-
HSV(B)57.14º52.17%63.14%-
XYZ28.0932.2311.76-
YUV149.0887.33136.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.76%
GREEN value IS 157 (61.72% from 255) = 39.75%
BLUE value IS 77 (30.47% from 255) = 19.49%
R=40.76%
G=39.75%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611577700.020.520.3757.1435.2946.67
HexA19D4D02342539232f
Octal241235115026445714357
Binary10100001100111011001101010110100100101111001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19D4D; }

 p { color: rgb(161,157,77); }

 H1.HeaderClassName
 {
   color: #A19D4D;
 }
 .AnyTagClassName
 {
   color: #A19D4D;
 }
</style>
background-color css

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

 a { background-color: rgb(161,157,77); }

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

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

 span { border-color: rgb(161,157,77); }

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