#AD746D

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

Shades of Coral Tree #AD746D

Tints of Coral Tree #AD746D

Color information

#AD746D (or 0xAD746D) is unknown color: approx Coral Tree. HEX triplet: AD, 74 and 6D. RGB value is (173,116,109). Sum of RGB (Red+Green+Blue) = 173+116+109=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD746D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD746D is #528B92. Grayscale: #848484. Windows color (decimal): -5409683 or 7173293. OLE color: 7173293.

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

Color convert

RGB173116109-
CMYK00.330.370.32
HSL6.56º28.07%55.29%-
HSV(B)6.56º36.99%67.84%-
XYZ26.2422.4817.42-
YUV132.24114.88157.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.47%
GREEN value IS 116 (45.70% from 255) = 29.15%
BLUE value IS 109 (42.97% from 255) = 27.39%
R=43.47%
G=29.15%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311610900.330.370.326.5628.0755.29
HexAD746D021252071c37
Octal255164155041454073467
Binary1010110111101001101101010000110010110000011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD746D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD746D; }

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

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

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

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

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

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

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

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