#AB9753

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

Shades of Husk #AB9753

Tints of Husk #AB9753

Color information

#AB9753 (or 0xAB9753) is unknown color: approx Husk. HEX triplet: AB, 97 and 53. RGB value is (171,151,83). Sum of RGB (Red+Green+Blue) = 171+151+83=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9753 is #5468AC. Grayscale: #959595. Windows color (decimal): -5531821 or 5478315. OLE color: 5478315.

HSL color Cylindrical-coordinate representation of color #AB9753: hue angle of 46.36º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB9753 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB17115183-
CMYK00.120.510.33
HSL46.36º34.65%49.8%-
HSV(B)46.36º51.46%67.06%-
XYZ29.4231.4212.7-
YUV149.2390.63143.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.22%
GREEN value IS 151 (59.38% from 255) = 37.28%
BLUE value IS 83 (32.81% from 255) = 20.49%
R=42.22%
G=37.28%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711518300.120.510.3346.3634.6549.8
HexAB97530C33212e2332
Octal2532271230146341564362
Binary1010101110010111101001101100110011100001101110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9753; }

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

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

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

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

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

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

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

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