#AB7070

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

Shades of Coral Tree #AB7070

Tints of Coral Tree #AB7070

Color information

#AB7070 (or 0xAB7070) is unknown color: approx Coral Tree. HEX triplet: AB, 70 and 70. RGB value is (171,112,112). Sum of RGB (Red+Green+Blue) = 171+112+112=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7070 is #548F8F. Grayscale: #818181. Windows color (decimal): -5541776 or 7368875. OLE color: 7368875.

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

Color convert

RGB171112112-
CMYK00.350.350.33
HSL25.99%55.49%-
HSV(B)34.5%67.06%-
XYZ25.5121.4218.12-
YUV129.64118.05157.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.29%
GREEN value IS 112 (44.14% from 255) = 28.35%
BLUE value IS 112 (44.14% from 255) = 28.35%
R=43.29%
G=28.35%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111211200.350.350.33025.9955.49
HexAB7070023232101a37
Octal253160160043434103267
Binary10101011111000011100000100011100011100001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7070; }

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

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

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

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

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

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

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

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