#AA6F6D

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

Shades of Coral Tree #AA6F6D

Tints of Coral Tree #AA6F6D

Color information

#AA6F6D (or 0xAA6F6D) is unknown color: approx Coral Tree. HEX triplet: AA, 6F and 6D. RGB value is (170,111,109). Sum of RGB (Red+Green+Blue) = 170+111+109=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6F6D is #559092. Grayscale: #808080. Windows color (decimal): -5607571 or 7172010. OLE color: 7172010.

HSL color Cylindrical-coordinate representation of color #AA6F6D: hue angle of 1.97º degrees, saturation: 0.26, 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 #AA6F6D is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB170111109-
CMYK00.350.360.33
HSL1.97º26.41%54.71%-
HSV(B)1.97º35.88%66.67%-
XYZ25.0221.0217.21-
YUV128.41117.05157.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 111 (43.75% from 255) = 28.46%
BLUE value IS 109 (42.97% from 255) = 27.95%
R=43.59%
G=28.46%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011110900.350.360.331.9726.4154.71
HexAA6F6D023242121a37
Octal252157155043444123267
Binary101010101101111110110101000111001001000011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6F6D; }

 p { color: rgb(170,111,109); }

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

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

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

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

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

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

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