#AD746E

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

Shades of Coral Tree #AD746E

Tints of Coral Tree #AD746E

Color information

#AD746E (or 0xAD746E) is unknown color: approx Coral Tree. HEX triplet: AD, 74 and 6E. RGB value is (173,116,110). Sum of RGB (Red+Green+Blue) = 173+116+110=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD746E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD746E is #528B91. Grayscale: #848484. Windows color (decimal): -5409682 or 7238829. OLE color: 7238829.

HSL color Cylindrical-coordinate representation of color #AD746E: hue angle of 5.71º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD746E is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB173116110-
CMYK00.330.360.32
HSL5.71º27.75%55.49%-
HSV(B)5.71º36.42%67.84%-
XYZ26.2922.517.71-
YUV132.36115.38156.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.36%
GREEN value IS 116 (45.70% from 255) = 29.07%
BLUE value IS 110 (43.36% from 255) = 27.57%
R=43.36%
G=29.07%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311611000.330.360.325.7127.7555.49
HexAD746E021242061c37
Octal255164156041444063467
Binary1010110111101001101110010000110010010000011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD746E; }

 p { color: rgb(173,116,110); }

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

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

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

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

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

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

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