#AB7866

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

Shades of Toast #AB7866

Tints of Toast #AB7866

Color information

#AB7866 (or 0xAB7866) is unknown color: approx Toast. HEX triplet: AB, 78 and 66. RGB value is (171,120,102). Sum of RGB (Red+Green+Blue) = 171+120+102=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7866 is #548799. Grayscale: #858585. Windows color (decimal): -5539738 or 6715563. OLE color: 6715563.

HSL color Cylindrical-coordinate representation of color #AB7866: hue angle of 15.65º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB7866 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB171120102-
CMYK00.300.400.33
HSL15.65º29.11%53.53%-
HSV(B)15.65º40.35%67.06%-
XYZ25.9123.0515.65-
YUV133.2110.4154.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.51%
GREEN value IS 120 (47.27% from 255) = 30.53%
BLUE value IS 102 (40.23% from 255) = 25.95%
R=43.51%
G=30.53%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112010200.300.400.3315.6529.1153.53
HexAB786601E2821101d36
Octal2531701460365041203566
Binary10101011111100011001100111101010001000011000011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7866; }

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

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

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

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

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

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

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

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