#AC7564

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

Shades of Coral Tree #AC7564

Tints of Coral Tree #AC7564

Color information

#AC7564 (or 0xAC7564) is unknown color: approx Coral Tree. HEX triplet: AC, 75 and 64. RGB value is (172,117,100). Sum of RGB (Red+Green+Blue) = 172+117+100=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7564 is #538A9B. Grayscale: #838383. Windows color (decimal): -5474972 or 6583724. OLE color: 6583724.

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

Color convert

RGB172117100-
CMYK00.320.420.33
HSL14.17º30.25%53.33%-
HSV(B)14.17º41.86%67.45%-
XYZ25.6722.4115.03-
YUV131.51110.22156.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.22%
GREEN value IS 117 (46.09% from 255) = 30.08%
BLUE value IS 100 (39.45% from 255) = 25.71%
R=44.22%
G=30.08%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211710000.320.420.3314.1730.2553.33
HexAC75640202A21e1e35
Octal2541651440405241163665
Binary10101100111010111001000100000101010100001111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7564; }

 p { color: rgb(172,117,100); }

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

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

 a { background-color: rgb(172,117,100); }

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

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

 span { border-color: rgb(172,117,100); }

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