#AA6263

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

Shades of Turkish Rose #AA6263

Tints of Turkish Rose #AA6263

Color information

#AA6263 (or 0xAA6263) is unknown color: approx Turkish Rose. HEX triplet: AA, 62 and 63. RGB value is (170,98,99). Sum of RGB (Red+Green+Blue) = 170+98+99=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6263 is #559D9C. Grayscale: #777777. Windows color (decimal): -5610909 or 6513322. OLE color: 6513322.

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

Color convert

RGB1709899-
CMYK00.420.420.33
HSL359.17º29.75%52.55%-
HSV(B)359.17º42.35%66.67%-
XYZ23.218.1814.09-
YUV119.64116.35163.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.32%
GREEN value IS 98 (38.67% from 255) = 26.70%
BLUE value IS 99 (39.06% from 255) = 26.98%
R=46.32%
G=26.70%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170989900.420.420.33359.1729.7552.55
HexAA626302A2A211671e35
Octal25214214305252415473665
Binary1010101011000101100011010101010101010000110110011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6263; }

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

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

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

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

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

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

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

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