#AB706A

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

Shades of Coral Tree #AB706A

Tints of Coral Tree #AB706A

Color information

#AB706A (or 0xAB706A) is unknown color: approx Coral Tree. HEX triplet: AB, 70 and 6A. RGB value is (171,112,106). Sum of RGB (Red+Green+Blue) = 171+112+106=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB706A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB706A is #548F95. Grayscale: #818181. Windows color (decimal): -5541782 or 6975659. OLE color: 6975659.

HSL color Cylindrical-coordinate representation of color #AB706A: hue angle of 5.54º 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 #AB706A is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB171112106-
CMYK00.350.380.33
HSL5.54º27.9%54.31%-
HSV(B)5.54º38.01%67.06%-
XYZ25.1921.2916.42-
YUV128.96115.05157.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.96%
GREEN value IS 112 (44.14% from 255) = 28.79%
BLUE value IS 106 (41.80% from 255) = 27.25%
R=43.96%
G=28.79%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111210600.350.380.335.5427.954.31
HexAB706A023262161c36
Octal253160152043464163466
Binary1010101111100001101010010001110011010000111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB706A; }

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

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

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

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

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

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

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

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