#AA645C

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

Shades of Coral Tree #AA645C

Tints of Coral Tree #AA645C

Color information

#AA645C (or 0xAA645C) is unknown color: approx Coral Tree. HEX triplet: AA, 64 and 5C. RGB value is (170,100,92). Sum of RGB (Red+Green+Blue) = 170+100+92=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA645C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA645C is #559BA3. Grayscale: #787878. Windows color (decimal): -5610404 or 6055082. OLE color: 6055082.

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

Color convert

RGB17010092-
CMYK00.410.460.33
HSL6.15º31.45%51.37%-
HSV(B)6.15º45.88%66.67%-
XYZ23.0718.4312.47-
YUV120.02112.19163.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.96%
GREEN value IS 100 (39.45% from 255) = 27.62%
BLUE value IS 92 (36.33% from 255) = 25.41%
R=46.96%
G=27.62%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701009200.410.460.336.1531.4551.37
HexAA645C0292E2161f33
Octal252144134051564163763
Binary1010101011001001011100010100110111010000111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA645C; }

 p { color: rgb(170,100,92); }

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

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

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

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

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

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

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