#AC6464

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

Shades of Coral Tree #AC6464

Tints of Coral Tree #AC6464

Color information

#AC6464 (or 0xAC6464) is unknown color: approx Coral Tree. HEX triplet: AC, 64 and 64. RGB value is (172,100,100). Sum of RGB (Red+Green+Blue) = 172+100+100=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6464 is #539B9B. Grayscale: #797979. Windows color (decimal): -5479324 or 6579372. OLE color: 6579372.

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

Color convert

RGB172100100-
CMYK00.420.420.33
HSL30.25%53.33%-
HSV(B)41.86%67.45%-
XYZ23.8718.8114.43-
YUV121.53115.85164-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.24%
GREEN value IS 100 (39.45% from 255) = 26.88%
BLUE value IS 100 (39.45% from 255) = 26.88%
R=46.24%
G=26.88%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210010000.420.420.33030.2553.33
HexAC646402A2A2101e35
Octal254144144052524103665
Binary10101100110010011001000101010101010100001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6464; }

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

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

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

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

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

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

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

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