#AC7365

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

Shades of Coral Tree #AC7365

Tints of Coral Tree #AC7365

Color information

#AC7365 (or 0xAC7365) is unknown color: approx Coral Tree. HEX triplet: AC, 73 and 65. RGB value is (172,115,101). Sum of RGB (Red+Green+Blue) = 172+115+101=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7365 is #538C9A. Grayscale: #828282. Windows color (decimal): -5475483 or 6648748. OLE color: 6648748.

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

Color convert

RGB172115101-
CMYK00.330.410.33
HSL11.83º29.96%53.53%-
HSV(B)11.83º41.28%67.45%-
XYZ25.4921.9715.21-
YUV130.45111.38157.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.33%
GREEN value IS 115 (45.31% from 255) = 29.64%
BLUE value IS 101 (39.84% from 255) = 26.03%
R=44.33%
G=29.64%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211510100.330.410.3311.8329.9653.53
HexAC73650212921c1e36
Octal2541631450415141143666
Binary10101100111001111001010100001101001100001110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7365; }

 p { color: rgb(172,115,101); }

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

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

 a { background-color: rgb(172,115,101); }

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

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

 span { border-color: rgb(172,115,101); }

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