#AA636D

Color #AA636D Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #AA636D

Tints of Turkish Rose #AA636D

Color information

#AA636D (or 0xAA636D) is unknown color: approx Turkish Rose. HEX triplet: AA, 63 and 6D. RGB value is (170,99,109). Sum of RGB (Red+Green+Blue) = 170+99+109=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA636D is #559C92. Grayscale: #797979. Windows color (decimal): -5610643 or 7168938. OLE color: 7168938.

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

Color convert

RGB17099109-
CMYK00.420.360.33
HSL351.55º29.46%52.75%-
HSV(B)351.55º41.76%66.67%-
XYZ23.818.5716.8-
YUV121.37121.02162.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.97%
GREEN value IS 99 (39.06% from 255) = 26.19%
BLUE value IS 109 (42.97% from 255) = 28.84%
R=44.97%
G=26.19%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709910900.420.360.33351.5529.4652.75
HexAA636D02A24211601d35
Octal25214315505244415403565
Binary1010101011000111101101010101010010010000110110000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA636D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA636D; }

 p { color: rgb(170,99,109); }

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

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

 a { background-color: rgb(170,99,109); }

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

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

 span { border-color: rgb(170,99,109); }

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