#AB735D

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

Shades of Toast #AB735D

Tints of Toast #AB735D

Color information

#AB735D (or 0xAB735D) is unknown color: approx Toast. HEX triplet: AB, 73 and 5D. RGB value is (171,115,93). Sum of RGB (Red+Green+Blue) = 171+115+93=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB735D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB735D is #548CA2. Grayscale: #818181. Windows color (decimal): -5541027 or 6124459. OLE color: 6124459.

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

Color convert

RGB17111593-
CMYK00.330.460.33
HSL16.92º31.71%51.76%-
HSV(B)16.92º45.61%67.06%-
XYZ24.921.7113.23-
YUV129.24107.55157.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.12%
GREEN value IS 115 (45.31% from 255) = 30.34%
BLUE value IS 93 (36.72% from 255) = 24.54%
R=45.12%
G=30.34%
B=24.54%

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
Decimal1711159300.330.460.3316.9231.7151.76
HexAB735D0212E21112034
Octal2531631350415641214064
Binary1010101111100111011101010000110111010000110001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB735D; }

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

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

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

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

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

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

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

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