#AC7866

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

Shades of Toast #AC7866

Tints of Toast #AC7866

Color information

#AC7866 (or 0xAC7866) is unknown color: approx Toast. HEX triplet: AC, 78 and 66. RGB value is (172,120,102). Sum of RGB (Red+Green+Blue) = 172+120+102=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7866 is #538799. Grayscale: #858585. Windows color (decimal): -5474202 or 6715564. OLE color: 6715564.

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

Color convert

RGB172120102-
CMYK00.300.410.33
HSL15.43º29.66%53.73%-
HSV(B)15.43º40.7%67.45%-
XYZ26.1323.1615.66-
YUV133.5110.23155.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.65%
GREEN value IS 120 (47.27% from 255) = 30.46%
BLUE value IS 102 (40.23% from 255) = 25.89%
R=43.65%
G=30.46%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212010200.300.410.3315.4329.6653.73
HexAC786601E2921f1e36
Octal2541701460365141173666
Binary1010110011110001100110011110101001100001111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7866; }

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

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

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

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

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

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

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

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