#AC6360

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

Shades of Coral Tree #AC6360

Tints of Coral Tree #AC6360

Color information

#AC6360 (or 0xAC6360) is unknown color: approx Coral Tree. HEX triplet: AC, 63 and 60. RGB value is (172,99,96). Sum of RGB (Red+Green+Blue) = 172+99+96=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6360 is #539C9F. Grayscale: #787878. Windows color (decimal): -5479584 or 6316972. OLE color: 6316972.

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

Color convert

RGB1729996-
CMYK00.420.440.33
HSL2.37º31.4%52.55%-
HSV(B)2.37º44.19%67.45%-
XYZ23.5918.5413.4-
YUV120.48114.18164.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.87%
GREEN value IS 99 (39.06% from 255) = 26.98%
BLUE value IS 96 (37.89% from 255) = 26.16%
R=46.87%
G=26.98%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172999600.420.440.332.3731.452.55
HexAC636002A2C2121f35
Octal254143140052544123765
Binary101011001100011110000001010101011001000011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6360; }

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

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

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

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

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

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

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

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