#AD7565

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

Shades of Coral Tree #AD7565

Tints of Coral Tree #AD7565

Color information

#AD7565 (or 0xAD7565) is unknown color: approx Coral Tree. HEX triplet: AD, 75 and 65. RGB value is (173,117,101). Sum of RGB (Red+Green+Blue) = 173+117+101=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7565 is #528A9A. Grayscale: #848484. Windows color (decimal): -5409435 or 6649261. OLE color: 6649261.

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

Color convert

RGB173117101-
CMYK00.320.420.32
HSL13.33º30.51%53.73%-
HSV(B)13.33º41.62%67.84%-
XYZ25.9422.5515.3-
YUV131.92110.55157.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.25%
GREEN value IS 117 (46.09% from 255) = 29.92%
BLUE value IS 101 (39.84% from 255) = 25.83%
R=44.25%
G=29.92%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311710100.320.420.3213.3330.5153.73
HexAD75650202A20d1f36
Octal2551651450405240153766
Binary10101101111010111001010100000101010100000110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7565; }

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

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

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

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

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

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

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

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