#AB716A

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

Shades of Coral Tree #AB716A

Tints of Coral Tree #AB716A

Color information

#AB716A (or 0xAB716A) is unknown color: approx Coral Tree. HEX triplet: AB, 71 and 6A. RGB value is (171,113,106). Sum of RGB (Red+Green+Blue) = 171+113+106=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB716A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB716A is #548E95. Grayscale: #818181. Windows color (decimal): -5541526 or 6975915. OLE color: 6975915.

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

Color convert

RGB171113106-
CMYK00.340.380.33
HSL6.46º27.9%54.31%-
HSV(B)6.46º38.01%67.06%-
XYZ25.321.5116.45-
YUV129.54114.72157.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.85%
GREEN value IS 113 (44.53% from 255) = 28.97%
BLUE value IS 106 (41.80% from 255) = 27.18%
R=43.85%
G=28.97%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111310600.340.380.336.4627.954.31
HexAB716A022262161c36
Octal253161152042464163466
Binary1010101111100011101010010001010011010000111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB716A; }

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

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

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

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

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

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

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

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