#AB615F

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

Shades of Coral Tree #AB615F

Tints of Coral Tree #AB615F

Color information

#AB615F (or 0xAB615F) is unknown color: approx Coral Tree. HEX triplet: AB, 61 and 5F. RGB value is (171,97,95). Sum of RGB (Red+Green+Blue) = 171+97+95=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB615F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB615F is #549EA0. Grayscale: #767676. Windows color (decimal): -5545633 or 6250923. OLE color: 6250923.

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

Color convert

RGB1719795-
CMYK00.430.440.33
HSL1.58º31.15%52.16%-
HSV(B)1.58º44.44%67.06%-
XYZ23.1318.0313.09-
YUV118.9114.52165.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.11%
GREEN value IS 97 (38.28% from 255) = 26.72%
BLUE value IS 95 (37.5% from 255) = 26.17%
R=47.11%
G=26.72%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171979500.430.440.331.5831.1552.16
HexAB615F02B2C2121f34
Octal253141137053544123764
Binary101010111100001101111101010111011001000011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB615F; }

 p { color: rgb(171,97,95); }

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

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

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

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

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

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

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