#AB6A68

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

Shades of Coral Tree #AB6A68

Tints of Coral Tree #AB6A68

Color information

#AB6A68 (or 0xAB6A68) is unknown color: approx Coral Tree. HEX triplet: AB, 6A and 68. RGB value is (171,106,104). Sum of RGB (Red+Green+Blue) = 171+106+104=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6A68 is #549597. Grayscale: #7D7D7D. Windows color (decimal): -5543320 or 6843051. OLE color: 6843051.

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

Color convert

RGB171106104-
CMYK00.380.390.33
HSL1.79º28.51%53.92%-
HSV(B)1.79º39.18%67.06%-
XYZ24.4519.9715.66-
YUV125.21116.03160.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.88%
GREEN value IS 106 (41.80% from 255) = 27.82%
BLUE value IS 104 (41.02% from 255) = 27.30%
R=44.88%
G=27.82%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110610400.380.390.331.7928.5153.92
HexAB6A68026272121d36
Octal253152150046474123566
Binary101010111101010110100001001101001111000011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6A68; }

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

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

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

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

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

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

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

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