#AB745E

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

Shades of Toast #AB745E

Tints of Toast #AB745E

Color information

#AB745E (or 0xAB745E) is unknown color: approx Toast. HEX triplet: AB, 74 and 5E. RGB value is (171,116,94). Sum of RGB (Red+Green+Blue) = 171+116+94=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB745E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB745E is #548BA1. Grayscale: #828282. Windows color (decimal): -5540770 or 6190251. OLE color: 6190251.

HSL color Cylindrical-coordinate representation of color #AB745E: hue angle of 17.14º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB745E is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB17111694-
CMYK00.320.450.33
HSL17.14º31.43%51.96%-
HSV(B)17.14º45.03%67.06%-
XYZ25.0621.9613.51-
YUV129.94107.72157.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.88%
GREEN value IS 116 (45.70% from 255) = 30.45%
BLUE value IS 94 (37.11% from 255) = 24.67%
R=44.88%
G=30.45%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711169400.320.450.3317.1431.4351.96
HexAB745E0202D21111f34
Octal2531641360405541213764
Binary101010111110100101111001000001011011000011000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB745E; }

 p { color: rgb(171,116,94); }

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

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

 a { background-color: rgb(171,116,94); }

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

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

 span { border-color: rgb(171,116,94); }

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