#AC7068

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

Shades of Coral Tree #AC7068

Tints of Coral Tree #AC7068

Color information

#AC7068 (or 0xAC7068) is unknown color: approx Coral Tree. HEX triplet: AC, 70 and 68. RGB value is (172,112,104). Sum of RGB (Red+Green+Blue) = 172+112+104=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7068 is #538F97. Grayscale: #818181. Windows color (decimal): -5476248 or 6844588. OLE color: 6844588.

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

Color convert

RGB172112104-
CMYK00.350.400.33
HSL7.06º29.06%54.12%-
HSV(B)7.06º39.53%67.45%-
XYZ25.3121.3615.89-
YUV129.03113.88158.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.33%
GREEN value IS 112 (44.14% from 255) = 28.87%
BLUE value IS 104 (41.02% from 255) = 26.80%
R=44.33%
G=28.87%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211210400.350.400.337.0629.0654.12
HexAC7068023282171d36
Octal254160150043504173566
Binary1010110011100001101000010001110100010000111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7068; }

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

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

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

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

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

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

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

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