#AD746C

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

Shades of Coral Tree #AD746C

Tints of Coral Tree #AD746C

Color information

#AD746C (or 0xAD746C) is unknown color: approx Coral Tree. HEX triplet: AD, 74 and 6C. RGB value is (173,116,108). Sum of RGB (Red+Green+Blue) = 173+116+108=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD746C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD746C is #528B93. Grayscale: #848484. Windows color (decimal): -5409684 or 7107757. OLE color: 7107757.

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

Color convert

RGB173116108-
CMYK00.330.380.32
HSL7.38º28.38%55.1%-
HSV(B)7.38º37.57%67.84%-
XYZ26.1922.4617.14-
YUV132.13114.38157.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.58%
GREEN value IS 116 (45.70% from 255) = 29.22%
BLUE value IS 108 (42.58% from 255) = 27.20%
R=43.58%
G=29.22%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311610800.330.380.327.3828.3855.1
HexAD746C021262071c37
Octal255164154041464073467
Binary1010110111101001101100010000110011010000011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD746C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD746C; }

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

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

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

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

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

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

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

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