#AA7569

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

Shades of Coral Tree #AA7569

Tints of Coral Tree #AA7569

Color information

#AA7569 (or 0xAA7569) is unknown color: approx Coral Tree. HEX triplet: AA, 75 and 69. RGB value is (170,117,105). Sum of RGB (Red+Green+Blue) = 170+117+105=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7569 is #558A96. Grayscale: #838383. Windows color (decimal): -5606039 or 6911402. OLE color: 6911402.

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

Color convert

RGB170117105-
CMYK00.310.380.33
HSL11.08º27.66%53.92%-
HSV(B)11.08º38.24%66.67%-
XYZ25.4922.2916.32-
YUV131.48113.06155.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 117 (46.09% from 255) = 29.85%
BLUE value IS 105 (41.41% from 255) = 26.79%
R=43.37%
G=29.85%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011710500.310.380.3311.0827.6653.92
HexAA756901F2621b1c36
Octal2521651510374641133466
Binary1010101011101011101001011111100110100001101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7569; }

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

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

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

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

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

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

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

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