#AD7166

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

Shades of Coral Tree #AD7166

Tints of Coral Tree #AD7166

Color information

#AD7166 (or 0xAD7166) is unknown color: approx Coral Tree. HEX triplet: AD, 71 and 66. RGB value is (173,113,102). Sum of RGB (Red+Green+Blue) = 173+113+102=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7166 is #528E99. Grayscale: #818181. Windows color (decimal): -5410458 or 6713773. OLE color: 6713773.

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

Color convert

RGB173113102-
CMYK00.350.410.32
HSL9.3º30.21%53.92%-
HSV(B)9.3º41.04%67.84%-
XYZ25.5421.6515.4-
YUV129.69112.38158.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.59%
GREEN value IS 113 (44.53% from 255) = 29.12%
BLUE value IS 102 (40.23% from 255) = 26.29%
R=44.59%
G=29.12%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311310200.350.410.329.330.2153.92
HexAD7166023292091e36
Octal2551611460435140113666
Binary10101101111000111001100100011101001100000100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7166; }

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

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

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

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

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

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

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

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