#AA6B69

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

Shades of Coral Tree #AA6B69

Tints of Coral Tree #AA6B69

Color information

#AA6B69 (or 0xAA6B69) is unknown color: approx Coral Tree. HEX triplet: AA, 6B and 69. RGB value is (170,107,105). Sum of RGB (Red+Green+Blue) = 170+107+105=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6B69 is #559496. Grayscale: #7D7D7D. Windows color (decimal): -5608599 or 6908842. OLE color: 6908842.

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

Color convert

RGB170107105-
CMYK00.370.380.33
HSL1.85º27.66%53.92%-
HSV(B)1.85º38.24%66.67%-
XYZ24.3920.0815.96-
YUV125.61116.37159.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.50%
GREEN value IS 107 (42.19% from 255) = 28.01%
BLUE value IS 105 (41.41% from 255) = 27.49%
R=44.50%
G=28.01%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010710500.370.380.331.8527.6653.92
HexAA6B69025262121c36
Octal252153151045464123466
Binary101010101101011110100101001011001101000011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6B69; }

 p { color: rgb(170,107,105); }

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

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

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

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

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

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

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