#AB6662

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

Shades of Coral Tree #AB6662

Tints of Coral Tree #AB6662

Color information

#AB6662 (or 0xAB6662) is unknown color: approx Coral Tree. HEX triplet: AB, 66 and 62. RGB value is (171,102,98). Sum of RGB (Red+Green+Blue) = 171+102+98=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6662 is #54999D. Grayscale: #7A7A7A. Windows color (decimal): -5544350 or 6448811. OLE color: 6448811.

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

Color convert

RGB17110298-
CMYK00.400.430.33
HSL3.29º30.29%52.75%-
HSV(B)3.29º42.69%67.06%-
XYZ23.7519.0413.98-
YUV122.17114.36162.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.09%
GREEN value IS 102 (40.23% from 255) = 27.49%
BLUE value IS 98 (38.67% from 255) = 26.42%
R=46.09%
G=27.49%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711029800.400.430.333.2930.2952.75
HexAB66620282B2131e35
Octal253146142050534133665
Binary101010111100110110001001010001010111000011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6662; }

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

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

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

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

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

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

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

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