#AB715E

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

Shades of Toast #AB715E

Tints of Toast #AB715E

Color information

#AB715E (or 0xAB715E) is unknown color: approx Toast. HEX triplet: AB, 71 and 5E. RGB value is (171,113,94). Sum of RGB (Red+Green+Blue) = 171+113+94=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB715E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB715E is #548EA1. Grayscale: #808080. Windows color (decimal): -5541538 or 6189483. OLE color: 6189483.

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

Color convert

RGB17111394-
CMYK00.340.450.33
HSL14.81º31.43%51.96%-
HSV(B)14.81º45.03%67.06%-
XYZ24.7221.2813.39-
YUV128.18108.72158.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.24%
GREEN value IS 113 (44.53% from 255) = 29.89%
BLUE value IS 94 (37.11% from 255) = 24.87%
R=45.24%
G=29.89%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711139400.340.450.3314.8131.4351.96
HexAB715E0222D21f1f34
Octal2531611360425541173764
Binary10101011111000110111100100010101101100001111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB715E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB715E; }

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

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

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

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

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

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

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

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