#AD6565

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

Shades of Coral Tree #AD6565

Tints of Coral Tree #AD6565

Color information

#AD6565 (or 0xAD6565) is unknown color: approx Coral Tree. HEX triplet: AD, 65 and 65. RGB value is (173,101,101). Sum of RGB (Red+Green+Blue) = 173+101+101=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6565 is #529A9A. Grayscale: #7A7A7A. Windows color (decimal): -5413531 or 6645165. OLE color: 6645165.

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

Color convert

RGB173101101-
CMYK00.420.420.32
HSL30.51%53.73%-
HSV(B)41.62%67.84%-
XYZ24.2419.1314.73-
YUV122.53115.85164-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.13%
GREEN value IS 101 (39.84% from 255) = 26.93%
BLUE value IS 101 (39.84% from 255) = 26.93%
R=46.13%
G=26.93%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310110100.420.420.32030.5153.73
HexAD656502A2A2001f36
Octal255145145052524003766
Binary10101101110010111001010101010101010100000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6565; }

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

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

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

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

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

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

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

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