#AA6861

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

Shades of Coral Tree #AA6861

Tints of Coral Tree #AA6861

Color information

#AA6861 (or 0xAA6861) is unknown color: approx Coral Tree. HEX triplet: AA, 68 and 61. RGB value is (170,104,97). Sum of RGB (Red+Green+Blue) = 170+104+97=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6861 is #55979E. Grayscale: #7B7B7B. Windows color (decimal): -5609375 or 6383786. OLE color: 6383786.

HSL color Cylindrical-coordinate representation of color #AA6861: hue angle of 5.75º 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 #AA6861 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB17010497-
CMYK00.390.430.33
HSL5.75º30.04%52.35%-
HSV(B)5.75º42.94%66.67%-
XYZ23.6919.3113.79-
YUV122.94113.37161.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.82%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 97 (38.28% from 255) = 26.15%
R=45.82%
G=28.03%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701049700.390.430.335.7530.0452.35
HexAA68610272B2161e34
Octal252150141047534163664
Binary1010101011010001100001010011110101110000111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6861; }

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

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

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

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

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

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

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

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