#AA6767

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

Shades of Coral Tree #AA6767

Tints of Coral Tree #AA6767

Color information

#AA6767 (or 0xAA6767) is unknown color: approx Coral Tree. HEX triplet: AA, 67 and 67. RGB value is (170,103,103). Sum of RGB (Red+Green+Blue) = 170+103+103=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 103 (40.62% from 255 or 27.39% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6767 is #559898. Grayscale: #7B7B7B. Windows color (decimal): -5609625 or 6776746. OLE color: 6776746.

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

Color convert

RGB170103103-
CMYK00.390.390.33
HSL28.27%53.53%-
HSV(B)39.41%66.67%-
XYZ23.8819.2315.28-
YUV123.03116.7161.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.21%
GREEN value IS 103 (40.62% from 255) = 27.39%
BLUE value IS 103 (40.62% from 255) = 27.39%
R=45.21%
G=27.39%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010310300.390.390.33028.2753.53
HexAA6767027272101c36
Octal252147147047474103466
Binary10101010110011111001110100111100111100001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6767; }

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

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

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

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

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

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

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

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