#AB755D

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

Shades of Toast #AB755D

Tints of Toast #AB755D

Color information

#AB755D (or 0xAB755D) is unknown color: approx Toast. HEX triplet: AB, 75 and 5D. RGB value is (171,117,93). Sum of RGB (Red+Green+Blue) = 171+117+93=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB755D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB755D is #548AA2. Grayscale: #828282. Windows color (decimal): -5540515 or 6124971. OLE color: 6124971.

HSL color Cylindrical-coordinate representation of color #AB755D: hue angle of 18.46º 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 #AB755D is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB17111793-
CMYK00.320.460.33
HSL18.46º31.71%51.76%-
HSV(B)18.46º45.61%67.06%-
XYZ25.1322.1713.31-
YUV130.41106.89156.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.88%
GREEN value IS 117 (46.09% from 255) = 30.71%
BLUE value IS 93 (36.72% from 255) = 24.41%
R=44.88%
G=30.71%
B=24.41%

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
Decimal1711179300.320.460.3318.4631.7151.76
HexAB755D0202E21122034
Octal2531651350405641224064
Binary1010101111101011011101010000010111010000110010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB755D; }

 p { color: rgb(171,117,93); }

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

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

 a { background-color: rgb(171,117,93); }

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

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

 span { border-color: rgb(171,117,93); }

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