#AC6D5D

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

Shades of Coral Tree #AC6D5D

Tints of Coral Tree #AC6D5D

Color information

#AC6D5D (or 0xAC6D5D) is unknown color: approx Coral Tree. HEX triplet: AC, 6D and 5D. RGB value is (172,109,93). Sum of RGB (Red+Green+Blue) = 172+109+93=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6D5D is #5392A2. Grayscale: #7E7E7E. Windows color (decimal): -5477027 or 6122924. OLE color: 6122924.

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

Color convert

RGB17210993-
CMYK00.370.460.33
HSL12.15º32.24%51.96%-
HSV(B)12.15º45.93%67.45%-
XYZ24.4620.513.02-
YUV126.01109.37160.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.99%
GREEN value IS 109 (42.97% from 255) = 29.14%
BLUE value IS 93 (36.72% from 255) = 24.87%
R=45.99%
G=29.14%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721099300.370.460.3312.1532.2451.96
HexAC6D5D0252E21c2034
Octal2541551350455641144064
Binary101011001101101101110101001011011101000011100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6D5D; }

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

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

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

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

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

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

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

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