#AD685B

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

Shades of Coral Tree #AD685B

Tints of Coral Tree #AD685B

Color information

#AD685B (or 0xAD685B) is unknown color: approx Coral Tree. HEX triplet: AD, 68 and 5B. RGB value is (173,104,91). Sum of RGB (Red+Green+Blue) = 173+104+91=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD685B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD685B is #5297A4. Grayscale: #7B7B7B. Windows color (decimal): -5412773 or 5990573. OLE color: 5990573.

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

Color convert

RGB17310491-
CMYK00.400.470.32
HSL9.51º33.33%51.76%-
HSV(B)9.51º47.4%67.84%-
XYZ24.0719.5412.4-
YUV123.15109.86163.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.01%
GREEN value IS 104 (41.02% from 255) = 28.26%
BLUE value IS 91 (35.94% from 255) = 24.73%
R=47.01%
G=28.26%
B=24.73%

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
Decimal1731049100.400.470.329.5133.3351.76
HexAD685B0282F20a2134
Octal2551501330505740124164
Binary101011011101000101101101010001011111000001010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD685B; }

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

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

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

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

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

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

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

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