#AB715C

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

Shades of Toast #AB715C

Tints of Toast #AB715C

Color information

#AB715C (or 0xAB715C) is unknown color: approx Toast. HEX triplet: AB, 71 and 5C. RGB value is (171,113,92). Sum of RGB (Red+Green+Blue) = 171+113+92=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB715C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB715C is #548EA3. Grayscale: #808080. Windows color (decimal): -5541540 or 6058411. OLE color: 6058411.

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

Color convert

RGB17111392-
CMYK00.340.460.33
HSL15.95º31.98%51.57%-
HSV(B)15.95º46.2%67.06%-
XYZ24.6321.2412.93-
YUV127.95107.72158.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.48%
GREEN value IS 113 (44.53% from 255) = 30.05%
BLUE value IS 92 (36.33% from 255) = 24.47%
R=45.48%
G=30.05%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711139200.340.460.3315.9531.9851.57
HexAB715C0222E21102034
Octal2531611340425641204064
Binary1010101111100011011100010001010111010000110000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB715C; }

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

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

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

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

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

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

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

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