#AC6960

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

Shades of Coral Tree #AC6960

Tints of Coral Tree #AC6960

Color information

#AC6960 (or 0xAC6960) is unknown color: approx Coral Tree. HEX triplet: AC, 69 and 60. RGB value is (172,105,96). Sum of RGB (Red+Green+Blue) = 172+105+96=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6960 is #53969F. Grayscale: #7C7C7C. Windows color (decimal): -5478048 or 6318508. OLE color: 6318508.

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

Color convert

RGB17210596-
CMYK00.390.440.33
HSL7.11º31.4%52.55%-
HSV(B)7.11º44.19%67.45%-
XYZ24.1819.7213.6-
YUV124.01112.2162.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.11%
GREEN value IS 105 (41.41% from 255) = 28.15%
BLUE value IS 96 (37.89% from 255) = 25.74%
R=46.11%
G=28.15%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721059600.390.440.337.1131.452.55
HexAC69600272C2171f35
Octal254151140047544173765
Binary1010110011010011100000010011110110010000111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6960; }

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

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

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

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

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

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

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

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