#AB6960

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

Shades of Coral Tree #AB6960

Tints of Coral Tree #AB6960

Color information

#AB6960 (or 0xAB6960) is unknown color: approx Coral Tree. HEX triplet: AB, 69 and 60. RGB value is (171,105,96). Sum of RGB (Red+Green+Blue) = 171+105+96=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6960 is #54969F. Grayscale: #7B7B7B. Windows color (decimal): -5543584 or 6318507. OLE color: 6318507.

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

Color convert

RGB17110596-
CMYK00.390.440.33
HSL7.2º30.86%52.35%-
HSV(B)7.2º43.86%67.06%-
XYZ23.9619.6113.59-
YUV123.71112.37161.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.97%
GREEN value IS 105 (41.41% from 255) = 28.23%
BLUE value IS 96 (37.89% from 255) = 25.81%
R=45.97%
G=28.23%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711059600.390.440.337.230.8652.35
HexAB69600272C2171f34
Octal253151140047544173764
Binary1010101111010011100000010011110110010000111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6960; }

 p { color: rgb(171,105,96); }

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

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

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

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

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

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

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