#AB7670

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

Shades of Coral Tree #AB7670

Tints of Coral Tree #AB7670

Color information

#AB7670 (or 0xAB7670) is unknown color: approx Coral Tree. HEX triplet: AB, 76 and 70. RGB value is (171,118,112). Sum of RGB (Red+Green+Blue) = 171+118+112=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7670 is #54898F. Grayscale: #858585. Windows color (decimal): -5540240 or 7370411. OLE color: 7370411.

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

Color convert

RGB171118112-
CMYK00.310.350.33
HSL6.1º25.99%55.49%-
HSV(B)6.1º34.5%67.06%-
XYZ26.222.7818.35-
YUV133.16116.06154.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.64%
GREEN value IS 118 (46.48% from 255) = 29.43%
BLUE value IS 112 (44.14% from 255) = 27.93%
R=42.64%
G=29.43%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111811200.310.350.336.125.9955.49
HexAB767001F232161a37
Octal253166160037434163267
Binary101010111110110111000001111110001110000111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7670; }

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

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

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

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

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

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

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

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