#AB745F

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

Shades of Toast #AB745F

Tints of Toast #AB745F

Color information

#AB745F (or 0xAB745F) is unknown color: approx Toast. HEX triplet: AB, 74 and 5F. RGB value is (171,116,95). Sum of RGB (Red+Green+Blue) = 171+116+95=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB745F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB745F is #548BA0. Grayscale: #828282. Windows color (decimal): -5540769 or 6255787. OLE color: 6255787.

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

Color convert

RGB17111695-
CMYK00.320.440.33
HSL16.58º31.15%52.16%-
HSV(B)16.58º44.44%67.06%-
XYZ25.1121.9713.74-
YUV130.05108.22157.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.76%
GREEN value IS 116 (45.70% from 255) = 30.37%
BLUE value IS 95 (37.5% from 255) = 24.87%
R=44.76%
G=30.37%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711169500.320.440.3316.5831.1552.16
HexAB745F0202C21111f34
Octal2531641370405441213764
Binary101010111110100101111101000001011001000011000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB745F; }

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

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

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

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

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

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

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

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