#AA6760

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

Shades of Coral Tree #AA6760

Tints of Coral Tree #AA6760

Color information

#AA6760 (or 0xAA6760) is unknown color: approx Coral Tree. HEX triplet: AA, 67 and 60. RGB value is (170,103,96). Sum of RGB (Red+Green+Blue) = 170+103+96=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6760 is #55989F. Grayscale: #7A7A7A. Windows color (decimal): -5609632 or 6317994. OLE color: 6317994.

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

Color convert

RGB17010396-
CMYK00.390.440.33
HSL5.68º30.33%52.16%-
HSV(B)5.68º43.53%66.67%-
XYZ23.5419.0913.51-
YUV122.24113.2162.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 103 (40.62% from 255) = 27.91%
BLUE value IS 96 (37.89% from 255) = 26.02%
R=46.07%
G=27.91%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701039600.390.440.335.6830.3352.16
HexAA67600272C2161e34
Octal252147140047544163664
Binary1010101011001111100000010011110110010000111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6760; }

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

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

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

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

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

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

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

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