#AB6462

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

Shades of Coral Tree #AB6462

Tints of Coral Tree #AB6462

Color information

#AB6462 (or 0xAB6462) is unknown color: approx Coral Tree. HEX triplet: AB, 64 and 62. RGB value is (171,100,98). Sum of RGB (Red+Green+Blue) = 171+100+98=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6462 is #549B9D. Grayscale: #797979. Windows color (decimal): -5544862 or 6448299. OLE color: 6448299.

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

Color convert

RGB17110098-
CMYK00.420.430.33
HSL1.64º30.29%52.75%-
HSV(B)1.64º42.69%67.06%-
XYZ23.5618.6513.91-
YUV121115.02163.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.34%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 98 (38.67% from 255) = 26.56%
R=46.34%
G=27.10%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711009800.420.430.331.6430.2952.75
HexAB646202A2B2121e35
Octal253144142052534123665
Binary101010111100100110001001010101010111000011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6462; }

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

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

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

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

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

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

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

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