#AB725D

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

Shades of Toast #AB725D

Tints of Toast #AB725D

Color information

#AB725D (or 0xAB725D) is unknown color: approx Toast. HEX triplet: AB, 72 and 5D. RGB value is (171,114,93). Sum of RGB (Red+Green+Blue) = 171+114+93=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB725D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB725D is #548DA2. Grayscale: #808080. Windows color (decimal): -5541283 or 6124203. OLE color: 6124203.

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

Color convert

RGB17111493-
CMYK00.330.460.33
HSL16.15º31.71%51.76%-
HSV(B)16.15º45.61%67.06%-
XYZ24.7921.4813.2-
YUV128.65107.88158.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.24%
GREEN value IS 114 (44.92% from 255) = 30.16%
BLUE value IS 93 (36.72% from 255) = 24.60%
R=45.24%
G=30.16%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711149300.330.460.3316.1531.7151.76
HexAB725D0212E21102034
Octal2531621350415641204064
Binary1010101111100101011101010000110111010000110000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB725D; }

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

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

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

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

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

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

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

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