#AB7864

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

Shades of Toast #AB7864

Tints of Toast #AB7864

Color information

#AB7864 (or 0xAB7864) is unknown color: approx Toast. HEX triplet: AB, 78 and 64. RGB value is (171,120,100). Sum of RGB (Red+Green+Blue) = 171+120+100=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7864 is #54879B. Grayscale: #858585. Windows color (decimal): -5539740 or 6584491. OLE color: 6584491.

HSL color Cylindrical-coordinate representation of color #AB7864: hue angle of 16.9º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB7864 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB171120100-
CMYK00.300.420.33
HSL16.9º29.71%53.14%-
HSV(B)16.9º41.52%67.06%-
XYZ25.8123.0115.14-
YUV132.97109.4155.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.73%
GREEN value IS 120 (47.27% from 255) = 30.69%
BLUE value IS 100 (39.45% from 255) = 25.58%
R=43.73%
G=30.69%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112010000.300.420.3316.929.7153.14
HexAB786401E2A21111e35
Octal2531701440365241213665
Binary10101011111100011001000111101010101000011000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7864; }

 p { color: rgb(171,120,100); }

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

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

 a { background-color: rgb(171,120,100); }

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

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

 span { border-color: rgb(171,120,100); }

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