#AD715C

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

Shades of Toast #AD715C

Tints of Toast #AD715C

Color information

#AD715C (or 0xAD715C) is unknown color: approx Toast. HEX triplet: AD, 71 and 5C. RGB value is (173,113,92). Sum of RGB (Red+Green+Blue) = 173+113+92=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD715C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD715C is #528EA3. Grayscale: #808080. Windows color (decimal): -5410468 or 6058413. OLE color: 6058413.

HSL color Cylindrical-coordinate representation of color #AD715C: hue angle of 15.56º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD715C is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB17311392-
CMYK00.350.470.32
HSL15.56º33.06%51.96%-
HSV(B)15.56º46.82%67.84%-
XYZ25.0721.4712.95-
YUV128.55107.38159.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.77%
GREEN value IS 113 (44.53% from 255) = 29.89%
BLUE value IS 92 (36.33% from 255) = 24.34%
R=45.77%
G=29.89%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731139200.350.470.3215.5633.0651.96
HexAD715C0232F20102134
Octal2551611340435740204164
Binary1010110111100011011100010001110111110000010000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD715C; }

 p { color: rgb(173,113,92); }

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

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

 a { background-color: rgb(173,113,92); }

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

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

 span { border-color: rgb(173,113,92); }

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