#AB715D

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

Shades of Toast #AB715D

Tints of Toast #AB715D

Color information

#AB715D (or 0xAB715D) is unknown color: approx Toast. HEX triplet: AB, 71 and 5D. RGB value is (171,113,93). Sum of RGB (Red+Green+Blue) = 171+113+93=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB715D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB715D is #548EA2. Grayscale: #808080. Windows color (decimal): -5541539 or 6123947. OLE color: 6123947.

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

Color convert

RGB17111393-
CMYK00.340.460.33
HSL15.38º31.71%51.76%-
HSV(B)15.38º45.61%67.06%-
XYZ24.6821.2613.16-
YUV128.06108.22158.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.36%
GREEN value IS 113 (44.53% from 255) = 29.97%
BLUE value IS 93 (36.72% from 255) = 24.67%
R=45.36%
G=29.97%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711139300.340.460.3315.3831.7151.76
HexAB715D0222E21f2034
Octal2531611350425641174064
Binary101010111110001101110101000101011101000011111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB715D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB715D; }

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

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

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

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

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

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

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

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