#AC645D

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

Shades of Coral Tree #AC645D

Tints of Coral Tree #AC645D

Color information

#AC645D (or 0xAC645D) is unknown color: approx Coral Tree. HEX triplet: AC, 64 and 5D. RGB value is (172,100,93). Sum of RGB (Red+Green+Blue) = 172+100+93=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC645D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC645D is #539BA2. Grayscale: #787878. Windows color (decimal): -5479331 or 6120620. OLE color: 6120620.

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

Color convert

RGB17210093-
CMYK00.420.460.33
HSL5.32º32.24%51.96%-
HSV(B)5.32º45.93%67.45%-
XYZ23.5518.6812.72-
YUV120.73112.35164.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.12%
GREEN value IS 100 (39.45% from 255) = 27.40%
BLUE value IS 93 (36.72% from 255) = 25.48%
R=47.12%
G=27.40%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721009300.420.460.335.3232.2451.96
HexAC645D02A2E2152034
Octal254144135052564154064
Binary10101100110010010111010101010101110100001101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC645D; }

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

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

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

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

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

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

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

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