#AD6D69

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

Shades of Coral Tree #AD6D69

Tints of Coral Tree #AD6D69

Color information

#AD6D69 (or 0xAD6D69) is unknown color: approx Coral Tree. HEX triplet: AD, 6D and 69. RGB value is (173,109,105). Sum of RGB (Red+Green+Blue) = 173+109+105=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6D69 is #529296. Grayscale: #7F7F7F. Windows color (decimal): -5411479 or 6909357. OLE color: 6909357.

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

Color convert

RGB173109105-
CMYK00.370.390.32
HSL3.53º29.31%54.51%-
HSV(B)3.53º39.31%67.84%-
XYZ25.2520.8416.06-
YUV127.68115.2160.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.70%
GREEN value IS 109 (42.97% from 255) = 28.17%
BLUE value IS 105 (41.41% from 255) = 27.13%
R=44.70%
G=28.17%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310910500.370.390.323.5329.3154.51
HexAD6D69025272041d37
Octal255155151045474043567
Binary1010110111011011101001010010110011110000010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6D69; }

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

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

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

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

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

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

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

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