#AB7660

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

Shades of Toast #AB7660

Tints of Toast #AB7660

Color information

#AB7660 (or 0xAB7660) is unknown color: approx Toast. HEX triplet: AB, 76 and 60. RGB value is (171,118,96). Sum of RGB (Red+Green+Blue) = 171+118+96=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7660 is #54899F. Grayscale: #838383. Windows color (decimal): -5540256 or 6321835. OLE color: 6321835.

HSL color Cylindrical-coordinate representation of color #AB7660: hue angle of 17.6º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB7660 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB17111896-
CMYK00.310.440.33
HSL17.6º30.86%52.35%-
HSV(B)17.6º43.86%67.06%-
XYZ25.3822.4614.06-
YUV131.34108.06156.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.42%
GREEN value IS 118 (46.48% from 255) = 30.65%
BLUE value IS 96 (37.89% from 255) = 24.94%
R=44.42%
G=30.65%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711189600.310.440.3317.630.8652.35
HexAB766001F2C21121f34
Octal2531661400375441223764
Binary10101011111011011000000111111011001000011001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7660; }

 p { color: rgb(171,118,96); }

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

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

 a { background-color: rgb(171,118,96); }

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

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

 span { border-color: rgb(171,118,96); }

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