#AA6175

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

Shades of Turkish Rose #AA6175

Tints of Turkish Rose #AA6175

Color information

#AA6175 (or 0xAA6175) is unknown color: approx Turkish Rose. HEX triplet: AA, 61 and 75. RGB value is (170,97,117). Sum of RGB (Red+Green+Blue) = 170+97+117=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6175 is #559E8A. Grayscale: #797979. Windows color (decimal): -5611147 or 7692714. OLE color: 7692714.

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

Color convert

RGB17097117-
CMYK00.430.310.33
HSL343.56º30.04%52.35%-
HSV(B)343.56º42.94%66.67%-
XYZ24.0618.3819.11-
YUV121.11125.68162.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.27%
GREEN value IS 97 (38.28% from 255) = 25.26%
BLUE value IS 117 (46.09% from 255) = 30.47%
R=44.27%
G=25.26%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709711700.430.310.33343.5630.0452.35
HexAA617502B1F211581e34
Octal25214116505337415303664
Binary101010101100001111010101010111111110000110101100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6175; }

 p { color: rgb(170,97,117); }

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

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

 a { background-color: rgb(170,97,117); }

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

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

 span { border-color: rgb(170,97,117); }

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