#AA685D

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

Shades of Coral Tree #AA685D

Tints of Coral Tree #AA685D

Color information

#AA685D (or 0xAA685D) is unknown color: approx Coral Tree. HEX triplet: AA, 68 and 5D. RGB value is (170,104,93). Sum of RGB (Red+Green+Blue) = 170+104+93=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA685D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA685D is #5597A2. Grayscale: #7A7A7A. Windows color (decimal): -5609379 or 6121642. OLE color: 6121642.

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

Color convert

RGB17010493-
CMYK00.390.450.33
HSL8.57º31.17%51.57%-
HSV(B)8.57º45.29%66.67%-
XYZ23.519.2412.83-
YUV122.48111.37161.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.32%
GREEN value IS 104 (41.02% from 255) = 28.34%
BLUE value IS 93 (36.72% from 255) = 25.34%
R=46.32%
G=28.34%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701049300.390.450.338.5731.1751.57
HexAA685D0272D2191f34
Octal2521501350475541113764
Binary10101010110100010111010100111101101100001100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA685D; }

 p { color: rgb(170,104,93); }

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

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

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

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

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

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

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