#AB7271

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

Shades of Coral Tree #AB7271

Tints of Coral Tree #AB7271

Color information

#AB7271 (or 0xAB7271) is unknown color: approx Coral Tree. HEX triplet: AB, 72 and 71. RGB value is (171,114,113). Sum of RGB (Red+Green+Blue) = 171+114+113=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7271 is #548D8E. Grayscale: #828282. Windows color (decimal): -5541263 or 7434923. OLE color: 7434923.

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

Color convert

RGB171114113-
CMYK00.330.340.33
HSL1.03º25.66%55.69%-
HSV(B)1.03º33.92%67.06%-
XYZ25.7921.8818.49-
YUV130.93117.88156.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.96%
GREEN value IS 114 (44.92% from 255) = 28.64%
BLUE value IS 113 (44.53% from 255) = 28.39%
R=42.96%
G=28.64%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111411300.330.340.331.0325.6655.69
HexAB7271021222111a38
Octal253162161041424113270
Binary10101011111001011100010100001100010100001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7271; }

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

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

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

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

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

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

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

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