#AC6B60

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

Shades of Coral Tree #AC6B60

Tints of Coral Tree #AC6B60

Color information

#AC6B60 (or 0xAC6B60) is unknown color: approx Coral Tree. HEX triplet: AC, 6B and 60. RGB value is (172,107,96). Sum of RGB (Red+Green+Blue) = 172+107+96=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6B60 is #53949F. Grayscale: #7D7D7D. Windows color (decimal): -5477536 or 6319020. OLE color: 6319020.

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

Color convert

RGB17210796-
CMYK00.380.440.33
HSL8.68º31.4%52.55%-
HSV(B)8.68º44.19%67.45%-
XYZ24.3820.1313.67-
YUV125.18111.53161.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.87%
GREEN value IS 107 (42.19% from 255) = 28.53%
BLUE value IS 96 (37.89% from 255) = 25.6%
R=45.87%
G=28.53%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721079600.380.440.338.6831.452.55
HexAC6B600262C2191f35
Octal2541531400465441113765
Binary10101100110101111000000100110101100100001100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6B60; }

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

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

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

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

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

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

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

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