#AB685F

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

Shades of Coral Tree #AB685F

Tints of Coral Tree #AB685F

Color information

#AB685F (or 0xAB685F) is unknown color: approx Coral Tree. HEX triplet: AB, 68 and 5F. RGB value is (171,104,95). Sum of RGB (Red+Green+Blue) = 171+104+95=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB685F is #5497A0. Grayscale: #7B7B7B. Windows color (decimal): -5543841 or 6252715. OLE color: 6252715.

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

Color convert

RGB17110495-
CMYK00.390.440.33
HSL7.11º31.15%52.16%-
HSV(B)7.11º44.44%67.06%-
XYZ23.8119.3813.31-
YUV123.01112.2162.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.22%
GREEN value IS 104 (41.02% from 255) = 28.11%
BLUE value IS 95 (37.5% from 255) = 25.68%
R=46.22%
G=28.11%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711049500.390.440.337.1131.1552.16
HexAB685F0272C2171f34
Octal253150137047544173764
Binary1010101111010001011111010011110110010000111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB685F; }

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

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

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

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

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

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

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

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