#AB705D

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

Shades of Toast #AB705D

Tints of Toast #AB705D

Color information

#AB705D (or 0xAB705D) is unknown color: approx Toast. HEX triplet: AB, 70 and 5D. RGB value is (171,112,93). Sum of RGB (Red+Green+Blue) = 171+112+93=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB705D is #548FA2. Grayscale: #7F7F7F. Windows color (decimal): -5541795 or 6123691. OLE color: 6123691.

HSL color Cylindrical-coordinate representation of color #AB705D: hue angle of 14.62º 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 #AB705D is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB17111293-
CMYK00.350.460.33
HSL14.62º31.71%51.76%-
HSV(B)14.62º45.61%67.06%-
XYZ24.5621.0413.12-
YUV127.48108.55159.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.48%
GREEN value IS 112 (44.14% from 255) = 29.79%
BLUE value IS 93 (36.72% from 255) = 24.73%
R=45.48%
G=29.79%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711129300.350.460.3314.6231.7151.76
HexAB705D0232E21f2034
Octal2531601350435641174064
Binary101010111110000101110101000111011101000011111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB705D; }

 p { color: rgb(171,112,93); }

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

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

 a { background-color: rgb(171,112,93); }

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

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

 span { border-color: rgb(171,112,93); }

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