#AC705F

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

Shades of Coral Tree #AC705F

Tints of Coral Tree #AC705F

Color information

#AC705F (or 0xAC705F) is unknown color: approx Coral Tree. HEX triplet: AC, 70 and 5F. RGB value is (172,112,95). Sum of RGB (Red+Green+Blue) = 172+112+95=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC705F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC705F is #538FA0. Grayscale: #808080. Windows color (decimal): -5476257 or 6254764. OLE color: 6254764.

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

Color convert

RGB17211295-
CMYK00.350.450.33
HSL13.25º31.69%52.35%-
HSV(B)13.25º44.77%67.45%-
XYZ24.8721.1913.6-
YUV128109.38159.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.38%
GREEN value IS 112 (44.14% from 255) = 29.55%
BLUE value IS 95 (37.5% from 255) = 25.07%
R=45.38%
G=29.55%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721129500.350.450.3313.2531.6952.35
HexAC705F0232D21d2034
Octal2541601370435541154064
Binary101011001110000101111101000111011011000011101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC705F; }

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

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

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

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

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

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

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

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