#AD685C

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

Shades of Coral Tree #AD685C

Tints of Coral Tree #AD685C

Color information

#AD685C (or 0xAD685C) is unknown color: approx Coral Tree. HEX triplet: AD, 68 and 5C. RGB value is (173,104,92). Sum of RGB (Red+Green+Blue) = 173+104+92=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD685C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD685C is #5297A3. Grayscale: #7B7B7B. Windows color (decimal): -5412772 or 6056109. OLE color: 6056109.

HSL color Cylindrical-coordinate representation of color #AD685C: hue angle of 8.89º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD685C is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB17310492-
CMYK00.400.470.32
HSL8.89º33.06%51.96%-
HSV(B)8.89º46.82%67.84%-
XYZ24.1219.5612.63-
YUV123.26110.36163.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.88%
GREEN value IS 104 (41.02% from 255) = 28.18%
BLUE value IS 92 (36.33% from 255) = 24.93%
R=46.88%
G=28.18%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731049200.400.470.328.8933.0651.96
HexAD685C0282F2092134
Octal2551501340505740114164
Binary101011011101000101110001010001011111000001001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD685C; }

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

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

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

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

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

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

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

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