#AA7566

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

Shades of Coral Tree #AA7566

Tints of Coral Tree #AA7566

Color information

#AA7566 (or 0xAA7566) is unknown color: approx Coral Tree. HEX triplet: AA, 75 and 66. RGB value is (170,117,102). Sum of RGB (Red+Green+Blue) = 170+117+102=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7566 is #558A99. Grayscale: #838383. Windows color (decimal): -5606042 or 6714794. OLE color: 6714794.

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

Color convert

RGB170117102-
CMYK00.310.40.33
HSL13.24º28.57%53.33%-
HSV(B)13.24º40%66.67%-
XYZ25.3422.2315.53-
YUV131.14111.56155.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 117 (46.09% from 255) = 30.08%
BLUE value IS 102 (40.23% from 255) = 26.22%
R=43.70%
G=30.08%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011710200.310.40.3313.2428.5753.33
HexAA756601F2821d1d35
Octal2521651460375041153565
Binary1010101011101011100110011111101000100001110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7566; }

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

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

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

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

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

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

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

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