#AA7169

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

Shades of Coral Tree #AA7169

Tints of Coral Tree #AA7169

Color information

#AA7169 (or 0xAA7169) is unknown color: approx Coral Tree. HEX triplet: AA, 71 and 69. RGB value is (170,113,105). Sum of RGB (Red+Green+Blue) = 170+113+105=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7169 is #558E96. Grayscale: #818181. Windows color (decimal): -5607063 or 6910378. OLE color: 6910378.

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

Color convert

RGB170113105-
CMYK00.340.380.33
HSL7.38º27.66%53.92%-
HSV(B)7.38º38.24%66.67%-
XYZ25.0321.3816.17-
YUV129.13114.38157.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.81%
GREEN value IS 113 (44.53% from 255) = 29.12%
BLUE value IS 105 (41.41% from 255) = 27.06%
R=43.81%
G=29.12%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011310500.340.380.337.3827.6653.92
HexAA7169022262171c36
Octal252161151042464173466
Binary1010101011100011101001010001010011010000111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7169; }

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

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

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

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

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

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

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

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