#AC6A68

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

Shades of Coral Tree #AC6A68

Tints of Coral Tree #AC6A68

Color information

#AC6A68 (or 0xAC6A68) is unknown color: approx Coral Tree. HEX triplet: AC, 6A and 68. RGB value is (172,106,104). Sum of RGB (Red+Green+Blue) = 172+106+104=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6A68 is #539597. Grayscale: #7D7D7D. Windows color (decimal): -5477784 or 6843052. OLE color: 6843052.

HSL color Cylindrical-coordinate representation of color #AC6A68: hue angle of 1.76º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC6A68 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB172106104-
CMYK00.380.400.33
HSL1.76º29.06%54.12%-
HSV(B)1.76º39.53%67.45%-
XYZ24.6720.0815.67-
YUV125.51115.87161.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.03%
GREEN value IS 106 (41.80% from 255) = 27.75%
BLUE value IS 104 (41.02% from 255) = 27.23%
R=45.03%
G=27.75%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210610400.380.400.331.7629.0654.12
HexAC6A68026282121d36
Octal254152150046504123566
Binary101011001101010110100001001101010001000011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6A68; }

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

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

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

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

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

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

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

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