#AA6170

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

Shades of Turkish Rose #AA6170

Tints of Turkish Rose #AA6170

Color information

#AA6170 (or 0xAA6170) is unknown color: approx Turkish Rose. HEX triplet: AA, 61 and 70. RGB value is (170,97,112). Sum of RGB (Red+Green+Blue) = 170+97+112=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6170 is #559E8F. Grayscale: #787878. Windows color (decimal): -5611152 or 7365034. OLE color: 7365034.

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

Color convert

RGB17097112-
CMYK00.430.340.33
HSL347.67º30.04%52.35%-
HSV(B)347.67º42.94%66.67%-
XYZ23.7818.2717.6-
YUV120.54123.18163.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.85%
GREEN value IS 97 (38.28% from 255) = 25.59%
BLUE value IS 112 (44.14% from 255) = 29.55%
R=44.85%
G=25.59%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709711200.430.340.33347.6730.0452.35
HexAA617002B222115c1e34
Octal25214116005342415343664
Binary1010101011000011110000010101110001010000110101110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6170; }

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

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

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

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

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

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

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

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