#AA7B70

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

Shades of Coral Tree #AA7B70

Tints of Coral Tree #AA7B70

Color information

#AA7B70 (or 0xAA7B70) is unknown color: approx Coral Tree. HEX triplet: AA, 7B and 70. RGB value is (170,123,112). Sum of RGB (Red+Green+Blue) = 170+123+112=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B70 is #55848F. Grayscale: #878787. Windows color (decimal): -5604496 or 7371690. OLE color: 7371690.

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

Color convert

RGB170123112-
CMYK00.280.340.33
HSL11.38º25.44%55.29%-
HSV(B)11.38º34.12%66.67%-
XYZ26.5923.8818.54-
YUV135.8114.57152.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 123 (48.44% from 255) = 30.37%
BLUE value IS 112 (44.14% from 255) = 27.65%
R=41.98%
G=30.37%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012311200.280.340.3311.3825.4455.29
HexAA7B7001C2221b1937
Octal2521731600344241133167
Binary1010101011110111110000011100100010100001101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7B70; }

 p { color: rgb(170,123,112); }

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

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

 a { background-color: rgb(170,123,112); }

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

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

 span { border-color: rgb(170,123,112); }

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