#AB716B

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

Shades of Coral Tree #AB716B

Tints of Coral Tree #AB716B

Color information

#AB716B (or 0xAB716B) is unknown color: approx Coral Tree. HEX triplet: AB, 71 and 6B. RGB value is (171,113,107). Sum of RGB (Red+Green+Blue) = 171+113+107=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB716B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB716B is #548E94. Grayscale: #818181. Windows color (decimal): -5541525 or 7041451. OLE color: 7041451.

HSL color Cylindrical-coordinate representation of color #AB716B: hue angle of 5.63º degrees, saturation: 0.28, 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 #AB716B is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB171113107-
CMYK00.340.370.33
HSL5.63º27.59%54.51%-
HSV(B)5.63º37.43%67.06%-
XYZ25.3521.5316.73-
YUV129.66115.22157.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.73%
GREEN value IS 113 (44.53% from 255) = 28.90%
BLUE value IS 107 (42.19% from 255) = 27.37%
R=43.73%
G=28.90%
B=27.37%

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
Decimal17111310700.340.370.335.6327.5954.51
HexAB716B022252161c37
Octal253161153042454163467
Binary1010101111100011101011010001010010110000111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB716B; }

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

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

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

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

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

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

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

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