#AD7168

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

Shades of Coral Tree #AD7168

Tints of Coral Tree #AD7168

Color information

#AD7168 (or 0xAD7168) is unknown color: approx Coral Tree. HEX triplet: AD, 71 and 68. RGB value is (173,113,104). Sum of RGB (Red+Green+Blue) = 173+113+104=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7168 is #528E97. Grayscale: #828282. Windows color (decimal): -5410456 or 6844845. OLE color: 6844845.

HSL color Cylindrical-coordinate representation of color #AD7168: hue angle of 7.83º 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 #AD7168 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB173113104-
CMYK00.350.400.32
HSL7.83º29.61%54.31%-
HSV(B)7.83º39.88%67.84%-
XYZ25.6421.6915.93-
YUV129.91113.38158.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.36%
GREEN value IS 113 (44.53% from 255) = 28.97%
BLUE value IS 104 (41.02% from 255) = 26.67%
R=44.36%
G=28.97%
B=26.67%

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
Decimal17311310400.350.400.327.8329.6154.31
HexAD7168023282081e36
Octal2551611500435040103666
Binary10101101111000111010000100011101000100000100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7168; }

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

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

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

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

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

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

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

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