#aa6c6c

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

Shades of Coral Tree #AA6C6C

Tints of Coral Tree #AA6C6C

Color information

#AA6C6C (or 0xAA6C6C) is unknown color: approx Coral Tree. HEX triplet: AA, 6C and 6C. RGB value is (170,108,108). Sum of RGB (Red+Green+Blue) = 170+108+108=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6C6C is #559393. Grayscale: #7E7E7E. Windows color (decimal): -5608340 or 7105706. OLE color: 7105706.

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

Color convert

RGB170108108-
CMYK00.360.360.33
HSL26.72%54.51%-
HSV(B)36.47%66.67%-
XYZ24.6520.3516.82-
YUV126.54117.54159-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.04%
GREEN value IS 108 (42.58% from 255) = 27.98%
BLUE value IS 108 (42.58% from 255) = 27.98%
R=44.04%
G=27.98%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010810800.360.360.33026.7254.51
HexAA6C6C024242101b37
Octal252154154044444103367
Binary10101010110110011011000100100100100100001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa6c6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa6c6c; }

 p { color: rgb(170,108,108); }

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

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

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

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

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

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

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