#AB685D

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

Shades of Coral Tree #AB685D

Tints of Coral Tree #AB685D

Color information

#AB685D (or 0xAB685D) is unknown color: approx Coral Tree. HEX triplet: AB, 68 and 5D. RGB value is (171,104,93). Sum of RGB (Red+Green+Blue) = 171+104+93=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB685D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB685D is #5497A2. Grayscale: #7A7A7A. Windows color (decimal): -5543843 or 6121643. OLE color: 6121643.

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

Color convert

RGB17110493-
CMYK00.390.460.33
HSL8.46º31.71%51.76%-
HSV(B)8.46º45.61%67.06%-
XYZ23.7219.3512.84-
YUV122.78111.2162.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.47%
GREEN value IS 104 (41.02% from 255) = 28.26%
BLUE value IS 93 (36.72% from 255) = 25.27%
R=46.47%
G=28.26%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711049300.390.460.338.4631.7151.76
HexAB685D0272E2182034
Octal2531501350475641104064
Binary101010111101000101110101001111011101000011000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB685D; }

 p { color: rgb(171,104,93); }

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

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

 a { background-color: rgb(171,104,93); }

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

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

 span { border-color: rgb(171,104,93); }

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