#AA5F6D

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

Shades of Turkish Rose #AA5F6D

Tints of Turkish Rose #AA5F6D

Color information

#AA5F6D (or 0xAA5F6D) is unknown color: approx Turkish Rose. HEX triplet: AA, 5F and 6D. RGB value is (170,95,109). Sum of RGB (Red+Green+Blue) = 170+95+109=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5F6D is #55A092. Grayscale: #777777. Windows color (decimal): -5611667 or 7167914. OLE color: 7167914.

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

Color convert

RGB17095109-
CMYK00.440.360.33
HSL348.8º30.61%51.96%-
HSV(B)348.8º44.12%66.67%-
XYZ23.4317.8316.68-
YUV119.02122.35164.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 95 (37.5% from 255) = 25.40%
BLUE value IS 109 (42.97% from 255) = 29.14%
R=45.45%
G=25.40%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709510900.440.360.33348.830.6151.96
HexAA5F6D02C242115d1f34
Octal25213715505444415353764
Binary1010101010111111101101010110010010010000110101110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5F6D; }

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

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

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

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

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

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

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

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