#AB6060

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

Shades of Coral Tree #AB6060

Tints of Coral Tree #AB6060

Color information

#AB6060 (or 0xAB6060) is unknown color: approx Coral Tree. HEX triplet: AB, 60 and 60. RGB value is (171,96,96). Sum of RGB (Red+Green+Blue) = 171+96+96=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6060 is #549F9F. Grayscale: #767676. Windows color (decimal): -5545888 or 6316203. OLE color: 6316203.

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

Color convert

RGB1719696-
CMYK00.440.440.33
HSL30.86%52.35%-
HSV(B)43.86%67.06%-
XYZ23.0917.8713.3-
YUV118.42115.35165.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.11%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 96 (37.89% from 255) = 26.45%
R=47.11%
G=26.45%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171969600.440.440.33030.8652.35
HexAB606002C2C2101f34
Octal253140140054544103764
Binary10101011110000011000000101100101100100001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6060; }

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

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

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

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

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

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

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

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