#AB725C

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

Shades of Toast #AB725C

Tints of Toast #AB725C

Color information

#AB725C (or 0xAB725C) is unknown color: approx Toast. HEX triplet: AB, 72 and 5C. RGB value is (171,114,92). Sum of RGB (Red+Green+Blue) = 171+114+92=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB725C is #548DA3. Grayscale: #808080. Windows color (decimal): -5541284 or 6058667. OLE color: 6058667.

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

Color convert

RGB17111492-
CMYK00.330.460.33
HSL16.71º31.98%51.57%-
HSV(B)16.71º46.2%67.06%-
XYZ24.7421.4712.96-
YUV128.54107.38158.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.36%
GREEN value IS 114 (44.92% from 255) = 30.24%
BLUE value IS 92 (36.33% from 255) = 24.40%
R=45.36%
G=30.24%
B=24.40%

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
Decimal1711149200.330.460.3316.7131.9851.57
HexAB725C0212E21112034
Octal2531621340415641214064
Binary1010101111100101011100010000110111010000110001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB725C; }

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

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

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

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

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

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

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

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