#AD7666

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

Shades of Coral Tree #AD7666

Tints of Coral Tree #AD7666

Color information

#AD7666 (or 0xAD7666) is unknown color: approx Coral Tree. HEX triplet: AD, 76 and 66. RGB value is (173,118,102). Sum of RGB (Red+Green+Blue) = 173+118+102=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7666 is #528999. Grayscale: #848484. Windows color (decimal): -5409178 or 6715053. OLE color: 6715053.

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

Color convert

RGB173118102-
CMYK00.320.410.32
HSL13.52º30.21%53.92%-
HSV(B)13.52º41.04%67.84%-
XYZ26.1122.815.6-
YUV132.62110.72156.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.02%
GREEN value IS 118 (46.48% from 255) = 30.03%
BLUE value IS 102 (40.23% from 255) = 25.95%
R=44.02%
G=30.03%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311810200.320.410.3213.5230.2153.92
HexAD76660202920e1e36
Octal2551661460405140163666
Binary10101101111011011001100100000101001100000111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7666; }

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

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

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

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

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

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

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

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