#AA5F69

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

Shades of Turkish Rose #AA5F69

Tints of Turkish Rose #AA5F69

Color information

#AA5F69 (or 0xAA5F69) is unknown color: approx Turkish Rose. HEX triplet: AA, 5F and 69. RGB value is (170,95,105). Sum of RGB (Red+Green+Blue) = 170+95+105=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5F69 is #55A096. Grayscale: #767676. Windows color (decimal): -5611671 or 6905770. OLE color: 6905770.

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

Color convert

RGB17095105-
CMYK00.440.380.33
HSL352º30.61%51.96%-
HSV(B)352º44.12%66.67%-
XYZ23.2217.7515.57-
YUV118.56120.35164.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.95%
GREEN value IS 95 (37.5% from 255) = 25.68%
BLUE value IS 105 (41.41% from 255) = 28.38%
R=45.95%
G=25.68%
B=28.38%

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
Decimal1709510500.440.380.3335230.6151.96
HexAA5F6902C26211601f34
Octal25213715105446415403764
Binary1010101010111111101001010110010011010000110110000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5F69; }

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

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

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

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

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

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

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

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