#AB5D5D

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

Shades of Coral Tree #AB5D5D

Tints of Coral Tree #AB5D5D

Color information

#AB5D5D (or 0xAB5D5D) is unknown color: approx Coral Tree. HEX triplet: AB, 5D and 5D. RGB value is (171,93,93). Sum of RGB (Red+Green+Blue) = 171+93+93=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5D5D is #54A2A2. Grayscale: #747474. Windows color (decimal): -5546659 or 6118827. OLE color: 6118827.

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

Color convert

RGB1719393-
CMYK00.460.460.33
HSL31.71%51.76%-
HSV(B)45.61%67.06%-
XYZ22.6817.2812.5-
YUV116.32114.84167-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.90%
GREEN value IS 93 (36.72% from 255) = 26.05%
BLUE value IS 93 (36.72% from 255) = 26.05%
R=47.90%
G=26.05%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171939300.460.460.33031.7151.76
HexAB5D5D02E2E2102034
Octal253135135056564104064
Binary101010111011101101110101011101011101000010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5D5D; }

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

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

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

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

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

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

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

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