#AC695B

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

Shades of Coral Tree #AC695B

Tints of Coral Tree #AC695B

Color information

#AC695B (or 0xAC695B) is unknown color: approx Coral Tree. HEX triplet: AC, 69 and 5B. RGB value is (172,105,91). Sum of RGB (Red+Green+Blue) = 172+105+91=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC695B is #5396A4. Grayscale: #7B7B7B. Windows color (decimal): -5478053 or 5990828. OLE color: 5990828.

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

Color convert

RGB17210591-
CMYK00.390.470.33
HSL10.37º32.79%51.57%-
HSV(B)10.37º47.09%67.45%-
XYZ23.9519.6312.42-
YUV123.44109.7162.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.74%
GREEN value IS 105 (41.41% from 255) = 28.53%
BLUE value IS 91 (35.94% from 255) = 24.73%
R=46.74%
G=28.53%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721059100.390.470.3310.3732.7951.57
HexAC695B0272F21a2134
Octal2541511330475741124164
Binary101011001101001101101101001111011111000011010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC695B; }

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

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

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

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

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

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

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

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