#AD725F

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

Shades of Toast #AD725F

Tints of Toast #AD725F

Color information

#AD725F (or 0xAD725F) is unknown color: approx Toast. HEX triplet: AD, 72 and 5F. RGB value is (173,114,95). Sum of RGB (Red+Green+Blue) = 173+114+95=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD725F is #528DA0. Grayscale: #818181. Windows color (decimal): -5410209 or 6255277. OLE color: 6255277.

HSL color Cylindrical-coordinate representation of color #AD725F: hue angle of 14.62º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD725F is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB17311495-
CMYK00.340.450.32
HSL14.62º32.23%52.55%-
HSV(B)14.62º45.09%67.84%-
XYZ25.3221.7513.69-
YUV129.48108.55159.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.29%
GREEN value IS 114 (44.92% from 255) = 29.84%
BLUE value IS 95 (37.5% from 255) = 24.87%
R=45.29%
G=29.84%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731149500.340.450.3214.6232.2352.55
HexAD725F0222D20f2035
Octal2551621370425540174065
Binary101011011110010101111101000101011011000001111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD725F; }

 p { color: rgb(173,114,95); }

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

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

 a { background-color: rgb(173,114,95); }

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

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

 span { border-color: rgb(173,114,95); }

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