#AC695E

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

Shades of Coral Tree #AC695E

Tints of Coral Tree #AC695E

Color information

#AC695E (or 0xAC695E) is unknown color: approx Coral Tree. HEX triplet: AC, 69 and 5E. RGB value is (172,105,94). Sum of RGB (Red+Green+Blue) = 172+105+94=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC695E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC695E is #5396A1. Grayscale: #7B7B7B. Windows color (decimal): -5478050 or 6187436. OLE color: 6187436.

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

Color convert

RGB17210594-
CMYK00.390.450.33
HSL8.46º31.97%52.16%-
HSV(B)8.46º45.35%67.45%-
XYZ24.0919.6813.12-
YUV123.78111.2162.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.36%
GREEN value IS 105 (41.41% from 255) = 28.30%
BLUE value IS 94 (37.11% from 255) = 25.34%
R=46.36%
G=28.30%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721059400.390.450.338.4631.9752.16
HexAC695E0272D2182034
Octal2541511360475541104064
Binary101011001101001101111001001111011011000011000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC695E; }

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

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

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

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

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

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

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

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