#AC655F

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

Shades of Coral Tree #AC655F

Tints of Coral Tree #AC655F

Color information

#AC655F (or 0xAC655F) is unknown color: approx Coral Tree. HEX triplet: AC, 65 and 5F. RGB value is (172,101,95). Sum of RGB (Red+Green+Blue) = 172+101+95=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC655F is #539AA0. Grayscale: #797979. Windows color (decimal): -5479073 or 6251948. OLE color: 6251948.

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

Color convert

RGB17210195-
CMYK00.410.450.33
HSL4.68º31.69%52.35%-
HSV(B)4.68º44.77%67.45%-
XYZ23.7318.913.22-
YUV121.54113.02163.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.74%
GREEN value IS 101 (39.84% from 255) = 27.45%
BLUE value IS 95 (37.5% from 255) = 25.82%
R=46.74%
G=27.45%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721019500.410.450.334.6831.6952.35
HexAC655F0292D2152034
Octal254145137051554154064
Binary10101100110010110111110101001101101100001101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC655F; }

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

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

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

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

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

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

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

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