#AB715B

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

Shades of Toast #AB715B

Tints of Toast #AB715B

Color information

#AB715B (or 0xAB715B) is unknown color: approx Toast. HEX triplet: AB, 71 and 5B. RGB value is (171,113,91). Sum of RGB (Red+Green+Blue) = 171+113+91=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB715B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB715B is #548EA4. Grayscale: #7F7F7F. Windows color (decimal): -5541541 or 5992875. OLE color: 5992875.

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

Color convert

RGB17111391-
CMYK00.340.470.33
HSL16.5º32.26%51.37%-
HSV(B)16.5º46.78%67.06%-
XYZ24.5921.2212.7-
YUV127.83107.22158.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.6%
GREEN value IS 113 (44.53% from 255) = 30.13%
BLUE value IS 91 (35.94% from 255) = 24.27%
R=45.6%
G=30.13%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711139100.340.470.3316.532.2651.37
HexAB715B0222F21102033
Octal2531611330425741204063
Binary1010101111100011011011010001010111110000110000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB715B; }

 p { color: rgb(171,113,91); }

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

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

 a { background-color: rgb(171,113,91); }

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

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

 span { border-color: rgb(171,113,91); }

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