#AB716C

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

Shades of Coral Tree #AB716C

Tints of Coral Tree #AB716C

Color information

#AB716C (or 0xAB716C) is unknown color: approx Coral Tree. HEX triplet: AB, 71 and 6C. RGB value is (171,113,108). Sum of RGB (Red+Green+Blue) = 171+113+108=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB716C is #548E93. Grayscale: #818181. Windows color (decimal): -5541524 or 7106987. OLE color: 7106987.

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

Color convert

RGB171113108-
CMYK00.340.370.33
HSL4.76º27.27%54.71%-
HSV(B)4.76º36.84%67.06%-
XYZ25.4121.5517.01-
YUV129.77115.72157.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.62%
GREEN value IS 113 (44.53% from 255) = 28.83%
BLUE value IS 108 (42.58% from 255) = 27.55%
R=43.62%
G=28.83%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111310800.340.370.334.7627.2754.71
HexAB716C022252151b37
Octal253161154042454153367
Binary1010101111100011101100010001010010110000110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB716C; }

 p { color: rgb(171,113,108); }

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

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

 a { background-color: rgb(171,113,108); }

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

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

 span { border-color: rgb(171,113,108); }

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