#A19D4B

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

Shades of Husk #A19D4B

Tints of Husk #A19D4B

Color information

#A19D4B (or 0xA19D4B) is unknown color: approx Husk. HEX triplet: A1, 9D and 4B. RGB value is (161,157,75). Sum of RGB (Red+Green+Blue) = 161+157+75=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19D4B is #5E62B4. Grayscale: #959595. Windows color (decimal): -6185653 or 4955553. OLE color: 4955553.

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

Color convert

RGB16115775-
CMYK00.020.530.37
HSL57.21º36.44%46.27%-
HSV(B)57.21º53.42%63.14%-
XYZ28.0232.211.39-
YUV148.8586.33136.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.97%
GREEN value IS 157 (61.72% from 255) = 39.95%
BLUE value IS 75 (29.69% from 255) = 19.08%
R=40.97%
G=39.95%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611577500.020.530.3757.2136.4446.27
HexA19D4B02352539242e
Octal241235113026545714456
Binary10100001100111011001011010110101100101111001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19D4B; }

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

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

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

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

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

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

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

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