#AD7869

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

Shades of Coral Tree #AD7869

Tints of Coral Tree #AD7869

Color information

#AD7869 (or 0xAD7869) is unknown color: approx Coral Tree. HEX triplet: AD, 78 and 69. RGB value is (173,120,105). Sum of RGB (Red+Green+Blue) = 173+120+105=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7869 is #528796. Grayscale: #868686. Windows color (decimal): -5408663 or 6912173. OLE color: 6912173.

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

Color convert

RGB173120105-
CMYK00.310.390.32
HSL13.24º29.31%54.51%-
HSV(B)13.24º39.31%67.84%-
XYZ26.523.3416.47-
YUV134.14111.56155.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.47%
GREEN value IS 120 (47.27% from 255) = 30.15%
BLUE value IS 105 (41.41% from 255) = 26.38%
R=43.47%
G=30.15%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312010500.310.390.3213.2429.3154.51
HexAD786901F2720d1d37
Octal2551701510374740153567
Binary1010110111110001101001011111100111100000110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7869; }

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

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

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

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

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

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

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

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