#AB706E

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

Shades of Coral Tree #AB706E

Tints of Coral Tree #AB706E

Color information

#AB706E (or 0xAB706E) is unknown color: approx Coral Tree. HEX triplet: AB, 70 and 6E. RGB value is (171,112,110). Sum of RGB (Red+Green+Blue) = 171+112+110=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB706E is #548F91. Grayscale: #818181. Windows color (decimal): -5541778 or 7237803. OLE color: 7237803.

HSL color Cylindrical-coordinate representation of color #AB706E: hue angle of 1.97º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB706E is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB171112110-
CMYK00.350.360.33
HSL1.97º26.64%55.1%-
HSV(B)1.97º35.67%67.06%-
XYZ25.421.3717.54-
YUV129.41117.05157.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.51%
GREEN value IS 112 (44.14% from 255) = 28.50%
BLUE value IS 110 (43.36% from 255) = 27.99%
R=43.51%
G=28.50%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111211000.350.360.331.9726.6455.1
HexAB706E023242121b37
Octal253160156043444123367
Binary101010111110000110111001000111001001000011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB706E; }

 p { color: rgb(171,112,110); }

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

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

 a { background-color: rgb(171,112,110); }

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

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

 span { border-color: rgb(171,112,110); }

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