#AD7360

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

Shades of Toast #AD7360

Tints of Toast #AD7360

Color information

#AD7360 (or 0xAD7360) is unknown color: approx Toast. HEX triplet: AD, 73 and 60. RGB value is (173,115,96). Sum of RGB (Red+Green+Blue) = 173+115+96=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7360 is #528C9F. Grayscale: #828282. Windows color (decimal): -5409952 or 6321069. OLE color: 6321069.

HSL color Cylindrical-coordinate representation of color #AD7360: hue angle of 14.81º 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 #AD7360 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB17311596-
CMYK00.340.450.32
HSL14.81º31.95%52.75%-
HSV(B)14.81º44.51%67.84%-
XYZ25.4821.9913.97-
YUV130.18108.72158.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.05%
GREEN value IS 115 (45.31% from 255) = 29.95%
BLUE value IS 96 (37.89% from 255) = 25%
R=45.05%
G=29.95%
B=25%

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
Decimal1731159600.340.450.3214.8131.9552.75
HexAD73600222D20f2035
Octal2551631400425540174065
Binary101011011110011110000001000101011011000001111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7360; }

 p { color: rgb(173,115,96); }

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

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

 a { background-color: rgb(173,115,96); }

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

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

 span { border-color: rgb(173,115,96); }

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