#AA756A

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

Shades of Coral Tree #AA756A

Tints of Coral Tree #AA756A

Color information

#AA756A (or 0xAA756A) is unknown color: approx Coral Tree. HEX triplet: AA, 75 and 6A. RGB value is (170,117,106). Sum of RGB (Red+Green+Blue) = 170+117+106=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA756A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA756A is #558A95. Grayscale: #838383. Windows color (decimal): -5606038 or 6976938. OLE color: 6976938.

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

Color convert

RGB170117106-
CMYK00.310.380.33
HSL10.31º27.35%54.12%-
HSV(B)10.31º37.65%66.67%-
XYZ25.5422.3116.6-
YUV131.59113.56155.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 117 (46.09% from 255) = 29.77%
BLUE value IS 106 (41.80% from 255) = 26.97%
R=43.26%
G=29.77%
B=26.97%

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
Decimal17011710600.310.380.3310.3127.3554.12
HexAA756A01F2621a1b36
Octal2521651520374641123366
Binary1010101011101011101010011111100110100001101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA756A; }

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

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

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

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

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

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

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

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