#AC6864

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

Shades of Coral Tree #AC6864

Tints of Coral Tree #AC6864

Color information

#AC6864 (or 0xAC6864) is unknown color: approx Coral Tree. HEX triplet: AC, 68 and 64. RGB value is (172,104,100). Sum of RGB (Red+Green+Blue) = 172+104+100=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6864 is #53979B. Grayscale: #7B7B7B. Windows color (decimal): -5478300 or 6580396. OLE color: 6580396.

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

Color convert

RGB172104100-
CMYK00.400.420.33
HSL3.33º30.25%53.33%-
HSV(B)3.33º41.86%67.45%-
XYZ24.2619.5914.56-
YUV123.88114.53162.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.74%
GREEN value IS 104 (41.02% from 255) = 27.66%
BLUE value IS 100 (39.45% from 255) = 26.60%
R=45.74%
G=27.66%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210410000.400.420.333.3330.2553.33
HexAC68640282A2131e35
Octal254150144050524133665
Binary101011001101000110010001010001010101000011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6864; }

 p { color: rgb(172,104,100); }

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

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

 a { background-color: rgb(172,104,100); }

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

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

 span { border-color: rgb(172,104,100); }

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