#AC685E

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

Shades of Coral Tree #AC685E

Tints of Coral Tree #AC685E

Color information

#AC685E (or 0xAC685E) is unknown color: approx Coral Tree. HEX triplet: AC, 68 and 5E. RGB value is (172,104,94). Sum of RGB (Red+Green+Blue) = 172+104+94=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC685E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC685E is #5397A1. Grayscale: #7B7B7B. Windows color (decimal): -5478306 or 6187180. OLE color: 6187180.

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

Color convert

RGB17210494-
CMYK00.400.450.33
HSL7.69º31.97%52.16%-
HSV(B)7.69º45.35%67.45%-
XYZ23.9819.4813.09-
YUV123.19111.53162.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.49%
GREEN value IS 104 (41.02% from 255) = 28.11%
BLUE value IS 94 (37.11% from 255) = 25.41%
R=46.49%
G=28.11%
B=25.41%

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
Decimal1721049400.400.450.337.6931.9752.16
HexAC685E0282D2182034
Octal2541501360505541104064
Binary101011001101000101111001010001011011000011000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC685E; }

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

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

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

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

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

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

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

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