#AB755B

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

Shades of Toast #AB755B

Tints of Toast #AB755B

Color information

#AB755B (or 0xAB755B) is unknown color: approx Toast. HEX triplet: AB, 75 and 5B. RGB value is (171,117,91). Sum of RGB (Red+Green+Blue) = 171+117+91=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB755B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB755B is #548AA4. Grayscale: #828282. Windows color (decimal): -5540517 or 5993899. OLE color: 5993899.

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

Color convert

RGB17111791-
CMYK00.320.470.33
HSL19.5º32.26%51.37%-
HSV(B)19.5º46.78%67.06%-
XYZ25.0422.1412.85-
YUV130.18105.89157.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.12%
GREEN value IS 117 (46.09% from 255) = 30.87%
BLUE value IS 91 (35.94% from 255) = 24.01%
R=45.12%
G=30.87%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711179100.320.470.3319.532.2651.37
HexAB755B0202F21142033
Octal2531651330405741244063
Binary1010101111101011011011010000010111110000110100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB755B; }

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

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

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

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

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

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

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

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