#AA7469

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

Shades of Coral Tree #AA7469

Tints of Coral Tree #AA7469

Color information

#AA7469 (or 0xAA7469) is unknown color: approx Coral Tree. HEX triplet: AA, 74 and 69. RGB value is (170,116,105). Sum of RGB (Red+Green+Blue) = 170+116+105=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7469 is #558B96. Grayscale: #828282. Windows color (decimal): -5606295 or 6911146. OLE color: 6911146.

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

Color convert

RGB170116105-
CMYK00.320.380.33
HSL10.15º27.66%53.92%-
HSV(B)10.15º38.24%66.67%-
XYZ25.3722.0616.28-
YUV130.89113.39155.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 116 (45.70% from 255) = 29.67%
BLUE value IS 105 (41.41% from 255) = 26.85%
R=43.48%
G=29.67%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011610500.320.380.3310.1527.6653.92
HexAA74690202621a1c36
Octal2521641510404641123466
Binary10101010111010011010010100000100110100001101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7469; }

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

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

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

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

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

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

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

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