#AD6661

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

Shades of Coral Tree #AD6661

Tints of Coral Tree #AD6661

Color information

#AD6661 (or 0xAD6661) is unknown color: approx Coral Tree. HEX triplet: AD, 66 and 61. RGB value is (173,102,97). Sum of RGB (Red+Green+Blue) = 173+102+97=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6661 is #52999E. Grayscale: #7A7A7A. Windows color (decimal): -5413279 or 6383277. OLE color: 6383277.

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

Color convert

RGB17310297-
CMYK00.410.440.32
HSL3.95º31.67%52.94%-
HSV(B)3.95º43.93%67.84%-
XYZ24.1419.2513.75-
YUV122.66113.52163.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.51%
GREEN value IS 102 (40.23% from 255) = 27.42%
BLUE value IS 97 (38.28% from 255) = 26.08%
R=46.51%
G=27.42%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731029700.410.440.323.9531.6752.94
HexAD66610292C2042035
Octal255146141051544044065
Binary10101101110011011000010101001101100100000100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6661; }

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

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

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

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

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

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

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

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