#AD7068

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

Shades of Coral Tree #AD7068

Tints of Coral Tree #AD7068

Color information

#AD7068 (or 0xAD7068) is unknown color: approx Coral Tree. HEX triplet: AD, 70 and 68. RGB value is (173,112,104). Sum of RGB (Red+Green+Blue) = 173+112+104=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7068 is #528F97. Grayscale: #818181. Windows color (decimal): -5410712 or 6844589. OLE color: 6844589.

HSL color Cylindrical-coordinate representation of color #AD7068: hue angle of 6.96º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD7068 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB173112104-
CMYK00.350.400.32
HSL6.96º29.61%54.31%-
HSV(B)6.96º39.88%67.84%-
XYZ25.5321.4715.9-
YUV129.33113.71159.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.47%
GREEN value IS 112 (44.14% from 255) = 28.79%
BLUE value IS 104 (41.02% from 255) = 26.74%
R=44.47%
G=28.79%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311210400.350.400.326.9629.6154.31
HexAD7068023282071e36
Octal255160150043504073666
Binary1010110111100001101000010001110100010000011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7068; }

 p { color: rgb(173,112,104); }

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

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

 a { background-color: rgb(173,112,104); }

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

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

 span { border-color: rgb(173,112,104); }

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