#AC5F5D

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

Shades of Coral Tree #AC5F5D

Tints of Coral Tree #AC5F5D

Color information

#AC5F5D (or 0xAC5F5D) is unknown color: approx Coral Tree. HEX triplet: AC, 5F and 5D. RGB value is (172,95,93). Sum of RGB (Red+Green+Blue) = 172+95+93=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5F5D is #53A0A2. Grayscale: #757575. Windows color (decimal): -5480611 or 6119340. OLE color: 6119340.

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

Color convert

RGB1729593-
CMYK00.450.460.33
HSL1.52º32.24%51.96%-
HSV(B)1.52º45.93%67.45%-
XYZ23.0817.7512.56-
YUV117.79114.01166.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.78%
GREEN value IS 95 (37.5% from 255) = 26.39%
BLUE value IS 93 (36.72% from 255) = 25.83%
R=47.78%
G=26.39%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172959300.450.460.331.5232.2451.96
HexAC5F5D02D2E2122034
Octal254137135055564124064
Binary1010110010111111011101010110110111010000110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5F5D; }

 p { color: rgb(172,95,93); }

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

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

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

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

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

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

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