#AD6560

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

Shades of Coral Tree #AD6560

Tints of Coral Tree #AD6560

Color information

#AD6560 (or 0xAD6560) is unknown color: approx Coral Tree. HEX triplet: AD, 65 and 60. RGB value is (173,101,96). Sum of RGB (Red+Green+Blue) = 173+101+96=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6560 is #529A9F. Grayscale: #7A7A7A. Windows color (decimal): -5413536 or 6317485. OLE color: 6317485.

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

Color convert

RGB17310196-
CMYK00.420.450.32
HSL3.9º31.95%52.75%-
HSV(B)3.9º44.51%67.84%-
XYZ2419.0413.48-
YUV121.96113.35164.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.76%
GREEN value IS 101 (39.84% from 255) = 27.30%
BLUE value IS 96 (37.89% from 255) = 25.95%
R=46.76%
G=27.30%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731019600.420.450.323.931.9552.75
HexAD656002A2D2042035
Octal255145140052554044065
Binary10101101110010111000000101010101101100000100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6560; }

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

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

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

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

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

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

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

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