#aa6765

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

Shades of Coral Tree #AA6765

Tints of Coral Tree #AA6765

Color information

#AA6765 (or 0xAA6765) is unknown color: approx Coral Tree. HEX triplet: AA, 67 and 65. RGB value is (170,103,101). Sum of RGB (Red+Green+Blue) = 170+103+101=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6765 is #55989A. Grayscale: #7A7A7A. Windows color (decimal): -5609627 or 6645674. OLE color: 6645674.

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

Color convert

RGB170103101-
CMYK00.390.410.33
HSL1.74º28.87%53.14%-
HSV(B)1.74º40.59%66.67%-
XYZ23.7819.1914.76-
YUV122.8115.7161.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 103 (40.62% from 255) = 27.54%
BLUE value IS 101 (39.84% from 255) = 27.01%
R=45.45%
G=27.54%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010310100.390.410.331.7428.8753.14
HexAA6765027292121d35
Octal252147145047514123565
Binary101010101100111110010101001111010011000011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa6765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa6765; }

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

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

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

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

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

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

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

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