#AB705B

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

Shades of Toast #AB705B

Tints of Toast #AB705B

Color information

#AB705B (or 0xAB705B) is unknown color: approx Toast. HEX triplet: AB, 70 and 5B. RGB value is (171,112,91). Sum of RGB (Red+Green+Blue) = 171+112+91=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB705B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB705B is #548FA4. Grayscale: #7F7F7F. Windows color (decimal): -5541797 or 5992619. OLE color: 5992619.

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

Color convert

RGB17111291-
CMYK00.350.470.33
HSL15.75º32.26%51.37%-
HSV(B)15.75º46.78%67.06%-
XYZ24.482112.66-
YUV127.25107.55159.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.72%
GREEN value IS 112 (44.14% from 255) = 29.95%
BLUE value IS 91 (35.94% from 255) = 24.33%
R=45.72%
G=29.95%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711129100.350.470.3315.7532.2651.37
HexAB705B0232F21102033
Octal2531601330435741204063
Binary1010101111100001011011010001110111110000110000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB705B; }

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

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

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

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

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

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

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

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