#AC7066

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

Shades of Coral Tree #AC7066

Tints of Coral Tree #AC7066

Color information

#AC7066 (or 0xAC7066) is unknown color: approx Coral Tree. HEX triplet: AC, 70 and 66. RGB value is (172,112,102). Sum of RGB (Red+Green+Blue) = 172+112+102=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7066 is #538F99. Grayscale: #808080. Windows color (decimal): -5476250 or 6713516. OLE color: 6713516.

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

Color convert

RGB172112102-
CMYK00.350.410.33
HSL8.57º29.66%53.73%-
HSV(B)8.57º40.7%67.45%-
XYZ25.2121.3215.36-
YUV128.8112.88158.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.56%
GREEN value IS 112 (44.14% from 255) = 29.02%
BLUE value IS 102 (40.23% from 255) = 26.42%
R=44.56%
G=29.02%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211210200.350.410.338.5729.6653.73
HexAC7066023292191e36
Octal2541601460435141113666
Binary10101100111000011001100100011101001100001100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7066; }

 p { color: rgb(172,112,102); }

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

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

 a { background-color: rgb(172,112,102); }

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

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

 span { border-color: rgb(172,112,102); }

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