#AB755F

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

Shades of Toast #AB755F

Tints of Toast #AB755F

Color information

#AB755F (or 0xAB755F) is unknown color: approx Toast. HEX triplet: AB, 75 and 5F. RGB value is (171,117,95). Sum of RGB (Red+Green+Blue) = 171+117+95=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB755F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB755F is #548AA0. Grayscale: #828282. Windows color (decimal): -5540513 or 6256043. OLE color: 6256043.

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

Color convert

RGB17111795-
CMYK00.320.440.33
HSL17.37º31.15%52.16%-
HSV(B)17.37º44.44%67.06%-
XYZ25.2222.2113.78-
YUV130.64107.89156.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.65%
GREEN value IS 117 (46.09% from 255) = 30.55%
BLUE value IS 95 (37.5% from 255) = 24.80%
R=44.65%
G=30.55%
B=24.80%

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
Decimal1711179500.320.440.3317.3731.1552.16
HexAB755F0202C21111f34
Octal2531651370405441213764
Binary101010111110101101111101000001011001000011000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB755F; }

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

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

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

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

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

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

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

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