#AA7A75

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

Shades of Coral Tree #AA7A75

Tints of Coral Tree #AA7A75

Color information

#AA7A75 (or 0xAA7A75) is unknown color: approx Coral Tree. HEX triplet: AA, 7A and 75. RGB value is (170,122,117). Sum of RGB (Red+Green+Blue) = 170+122+117=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A75 is #55858A. Grayscale: #878787. Windows color (decimal): -5604747 or 7699114. OLE color: 7699114.

HSL color Cylindrical-coordinate representation of color #AA7A75: hue angle of 5.66º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA7A75 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB170122117-
CMYK00.280.310.33
HSL5.66º23.77%56.27%-
HSV(B)5.66º31.18%66.67%-
XYZ26.7523.7520-
YUV135.78117.4152.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 122 (48.05% from 255) = 29.83%
BLUE value IS 117 (46.09% from 255) = 28.61%
R=41.56%
G=29.83%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012211700.280.310.335.6623.7756.27
HexAA7A7501C1F2161838
Octal252172165034374163070
Binary10101010111101011101010111001111110000111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A75; }

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

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

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

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

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

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

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

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