#a19753

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

Shades of Husk #A19753

Tints of Husk #A19753

Color information

#A19753 (or 0xA19753) is unknown color: approx Husk. HEX triplet: A1, 97 and 53. RGB value is (161,151,83). Sum of RGB (Red+Green+Blue) = 161+151+83=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 161 - color contains mainly: red. Hex color #A19753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19753 is #5E68AC. Grayscale: #929292. Windows color (decimal): -6187181 or 5478305. OLE color: 5478305.

HSL color Cylindrical-coordinate representation of color #A19753: hue angle of 52.31º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A19753 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB16115183-
CMYK00.060.480.37
HSL52.31º31.97%47.84%-
HSV(B)52.31º48.45%63.14%-
XYZ27.3330.3312.6-
YUV146.2492.31138.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.76%
GREEN value IS 151 (59.38% from 255) = 38.23%
BLUE value IS 83 (32.81% from 255) = 21.01%
R=40.76%
G=38.23%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611518300.060.480.3752.3131.9747.84
HexA19753063025342030
Octal241227123066045644060
Binary101000011001011110100110110110000100101110100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a19753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a19753; }

 p { color: rgb(161,151,83); }

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

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

 a { background-color: rgb(161,151,83); }

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

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

 span { border-color: rgb(161,151,83); }

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