#AD6665

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

Shades of Coral Tree #AD6665

Tints of Coral Tree #AD6665

Color information

#AD6665 (or 0xAD6665) is unknown color: approx Coral Tree. HEX triplet: AD, 66 and 65. RGB value is (173,102,101). Sum of RGB (Red+Green+Blue) = 173+102+101=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6665 is #52999A. Grayscale: #7B7B7B. Windows color (decimal): -5413275 or 6645421. OLE color: 6645421.

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

Color convert

RGB173102101-
CMYK00.410.420.32
HSL0.83º30.51%53.73%-
HSV(B)0.83º41.62%67.84%-
XYZ24.3319.3314.76-
YUV123.12115.52163.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.01%
GREEN value IS 102 (40.23% from 255) = 27.13%
BLUE value IS 101 (39.84% from 255) = 26.86%
R=46.01%
G=27.13%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310210100.410.420.320.8330.5153.73
HexAD66650292A2011f36
Octal255146145051524013766
Binary10101101110011011001010101001101010100000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6665; }

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

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

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

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

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

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

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

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