#AA6069

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

Shades of Turkish Rose #AA6069

Tints of Turkish Rose #AA6069

Color information

#AA6069 (or 0xAA6069) is unknown color: approx Turkish Rose. HEX triplet: AA, 60 and 69. RGB value is (170,96,105). Sum of RGB (Red+Green+Blue) = 170+96+105=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6069 is #559F96. Grayscale: #777777. Windows color (decimal): -5611415 or 6906026. OLE color: 6906026.

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

Color convert

RGB17096105-
CMYK00.440.380.33
HSL352.7º30.33%52.16%-
HSV(B)352.7º43.53%66.67%-
XYZ23.3117.9315.6-
YUV119.15120.02164.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.82%
GREEN value IS 96 (37.89% from 255) = 25.88%
BLUE value IS 105 (41.41% from 255) = 28.30%
R=45.82%
G=25.88%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709610500.440.380.33352.730.3352.16
HexAA606902C26211611e34
Octal25214015105446415413664
Binary1010101011000001101001010110010011010000110110000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6069; }

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

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

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

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

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

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

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

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