#AA6B61

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

Shades of Coral Tree #AA6B61

Tints of Coral Tree #AA6B61

Color information

#AA6B61 (or 0xAA6B61) is unknown color: approx Coral Tree. HEX triplet: AA, 6B and 61. RGB value is (170,107,97). Sum of RGB (Red+Green+Blue) = 170+107+97=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6B61 is #55949E. Grayscale: #7C7C7C. Windows color (decimal): -5608607 or 6384554. OLE color: 6384554.

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

Color convert

RGB17010797-
CMYK00.370.430.33
HSL8.22º30.04%52.35%-
HSV(B)8.22º42.94%66.67%-
XYZ23.9919.9213.89-
YUV124.7112.37160.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 107 (42.19% from 255) = 28.61%
BLUE value IS 97 (38.28% from 255) = 25.94%
R=45.45%
G=28.61%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701079700.370.430.338.2230.0452.35
HexAA6B610252B2181e34
Octal2521531410455341103664
Binary10101010110101111000010100101101011100001100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6B61; }

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

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

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

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

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

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

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

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