#AB6464

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

Shades of Coral Tree #AB6464

Tints of Coral Tree #AB6464

Color information

#AB6464 (or 0xAB6464) is unknown color: approx Coral Tree. HEX triplet: AB, 64 and 64. RGB value is (171,100,100). Sum of RGB (Red+Green+Blue) = 171+100+100=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6464 is #549B9B. Grayscale: #797979. Windows color (decimal): -5544860 or 6579371. OLE color: 6579371.

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

Color convert

RGB171100100-
CMYK00.420.420.33
HSL29.71%53.14%-
HSV(B)41.52%67.06%-
XYZ23.6518.6914.42-
YUV121.23116.02163.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.09%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 100 (39.45% from 255) = 26.95%
R=46.09%
G=26.95%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110010000.420.420.33029.7153.14
HexAB646402A2A2101e35
Octal253144144052524103665
Binary10101011110010011001000101010101010100001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6464; }

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

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

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

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

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

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

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

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