#AB745C

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

Shades of Toast #AB745C

Tints of Toast #AB745C

Color information

#AB745C (or 0xAB745C) is unknown color: approx Toast. HEX triplet: AB, 74 and 5C. RGB value is (171,116,92). Sum of RGB (Red+Green+Blue) = 171+116+92=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB745C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB745C is #548BA3. Grayscale: #818181. Windows color (decimal): -5540772 or 6059179. OLE color: 6059179.

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

Color convert

RGB17111692-
CMYK00.320.460.33
HSL18.23º31.98%51.57%-
HSV(B)18.23º46.2%67.06%-
XYZ24.9721.9213.04-
YUV129.71106.72157.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.12%
GREEN value IS 116 (45.70% from 255) = 30.61%
BLUE value IS 92 (36.33% from 255) = 24.27%
R=45.12%
G=30.61%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711169200.320.460.3318.2331.9851.57
HexAB745C0202E21122034
Octal2531641340405641224064
Binary1010101111101001011100010000010111010000110010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB745C; }

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

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

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

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

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

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

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

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