#AC685F

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

Shades of Coral Tree #AC685F

Tints of Coral Tree #AC685F

Color information

#AC685F (or 0xAC685F) is unknown color: approx Coral Tree. HEX triplet: AC, 68 and 5F. RGB value is (172,104,95). Sum of RGB (Red+Green+Blue) = 172+104+95=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC685F is #5397A0. Grayscale: #7B7B7B. Windows color (decimal): -5478305 or 6252716. OLE color: 6252716.

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

Color convert

RGB17210495-
CMYK00.400.450.33
HSL7.01º31.69%52.35%-
HSV(B)7.01º44.77%67.45%-
XYZ24.0319.513.32-
YUV123.31112.03162.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.36%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 95 (37.5% from 255) = 25.61%
R=46.36%
G=28.03%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721049500.400.450.337.0131.6952.35
HexAC685F0282D2172034
Octal254150137050554174064
Binary10101100110100010111110101000101101100001111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC685F; }

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

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

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

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

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

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

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

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