#AB7068

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

Shades of Coral Tree #AB7068

Tints of Coral Tree #AB7068

Color information

#AB7068 (or 0xAB7068) is unknown color: approx Coral Tree. HEX triplet: AB, 70 and 68. RGB value is (171,112,104). Sum of RGB (Red+Green+Blue) = 171+112+104=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7068 is #548F97. Grayscale: #808080. Windows color (decimal): -5541784 or 6844587. OLE color: 6844587.

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

Color convert

RGB171112104-
CMYK00.350.390.33
HSL7.16º28.51%53.92%-
HSV(B)7.16º39.18%67.06%-
XYZ25.0921.2515.88-
YUV128.73114.05158.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.19%
GREEN value IS 112 (44.14% from 255) = 28.94%
BLUE value IS 104 (41.02% from 255) = 26.87%
R=44.19%
G=28.94%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111210400.350.390.337.1628.5153.92
HexAB7068023272171d36
Octal253160150043474173566
Binary1010101111100001101000010001110011110000111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7068; }

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

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

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

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

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

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

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

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