#AA5F6B

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

Shades of Turkish Rose #AA5F6B

Tints of Turkish Rose #AA5F6B

Color information

#AA5F6B (or 0xAA5F6B) is unknown color: approx Turkish Rose. HEX triplet: AA, 5F and 6B. RGB value is (170,95,107). Sum of RGB (Red+Green+Blue) = 170+95+107=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5F6B is #55A094. Grayscale: #767676. Windows color (decimal): -5611669 or 7036842. OLE color: 7036842.

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

Color convert

RGB17095107-
CMYK00.440.370.33
HSL350.4º30.61%51.96%-
HSV(B)350.4º44.12%66.67%-
XYZ23.3217.7916.11-
YUV118.79121.35164.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.70%
GREEN value IS 95 (37.5% from 255) = 25.54%
BLUE value IS 107 (42.19% from 255) = 28.76%
R=45.70%
G=25.54%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709510700.440.370.33350.430.6151.96
HexAA5F6B02C252115e1f34
Octal25213715305445415363764
Binary1010101010111111101011010110010010110000110101111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5F6B; }

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

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

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

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

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

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

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

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