#AA6063

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

Shades of Turkish Rose #AA6063

Tints of Turkish Rose #AA6063

Color information

#AA6063 (or 0xAA6063) is unknown color: approx Turkish Rose. HEX triplet: AA, 60 and 63. RGB value is (170,96,99). Sum of RGB (Red+Green+Blue) = 170+96+99=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6063 is #559F9C. Grayscale: #767676. Windows color (decimal): -5611421 or 6512810. OLE color: 6512810.

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

Color convert

RGB1709699-
CMYK00.440.420.33
HSL357.57º30.33%52.16%-
HSV(B)357.57º43.53%66.67%-
XYZ23.0117.8114.03-
YUV118.47117.02164.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.58%
GREEN value IS 96 (37.89% from 255) = 26.30%
BLUE value IS 99 (39.06% from 255) = 27.12%
R=46.58%
G=26.30%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170969900.440.420.33357.5730.3352.16
HexAA606302C2A211661e34
Octal25214014305452415463664
Binary1010101011000001100011010110010101010000110110011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6063; }

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

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

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

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

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

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

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

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