#AD746F

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

Shades of Coral Tree #AD746F

Tints of Coral Tree #AD746F

Color information

#AD746F (or 0xAD746F) is unknown color: approx Coral Tree. HEX triplet: AD, 74 and 6F. RGB value is (173,116,111). Sum of RGB (Red+Green+Blue) = 173+116+111=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD746F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD746F is #528B90. Grayscale: #848484. Windows color (decimal): -5409681 or 7304365. OLE color: 7304365.

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

Color convert

RGB173116111-
CMYK00.330.360.32
HSL4.84º27.43%55.69%-
HSV(B)4.84º35.84%67.84%-
XYZ26.3522.5218-
YUV132.47115.88156.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.25%
GREEN value IS 116 (45.70% from 255) = 29%
BLUE value IS 111 (43.75% from 255) = 27.75%
R=43.25%
G=29%
B=27.75%

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
Decimal17311611100.330.360.324.8427.4355.69
HexAD746F021242051b38
Octal255164157041444053370
Binary1010110111101001101111010000110010010000010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD746F; }

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

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

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

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

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

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

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

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