#AD6D64

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

Shades of Coral Tree #AD6D64

Tints of Coral Tree #AD6D64

Color information

#AD6D64 (or 0xAD6D64) is unknown color: approx Coral Tree. HEX triplet: AD, 6D and 64. RGB value is (173,109,100). Sum of RGB (Red+Green+Blue) = 173+109+100=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6D64 is #52929B. Grayscale: #7F7F7F. Windows color (decimal): -5411484 or 6581677. OLE color: 6581677.

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

Color convert

RGB173109100-
CMYK00.370.420.32
HSL7.4º30.8%53.53%-
HSV(B)7.4º42.2%67.84%-
XYZ2520.7414.74-
YUV127.11112.7160.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.29%
GREEN value IS 109 (42.97% from 255) = 28.53%
BLUE value IS 100 (39.45% from 255) = 26.18%
R=45.29%
G=28.53%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310910000.370.420.327.430.853.53
HexAD6D640252A2071f36
Octal255155144045524073766
Binary1010110111011011100100010010110101010000011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6D64; }

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

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

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

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

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

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

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

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