#AA6670

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

Shades of Turkish Rose #AA6670

Tints of Turkish Rose #AA6670

Color information

#AA6670 (or 0xAA6670) is unknown color: approx Turkish Rose. HEX triplet: AA, 66 and 70. RGB value is (170,102,112). Sum of RGB (Red+Green+Blue) = 170+102+112=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6670 is #55998F. Grayscale: #7B7B7B. Windows color (decimal): -5609872 or 7366314. OLE color: 7366314.

HSL color Cylindrical-coordinate representation of color #AA6670: hue angle of 351.18º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA6670 is Cyan = 0, Magento = 0.4, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB170102112-
CMYK00.40.340.33
HSL351.18º28.57%53.33%-
HSV(B)351.18º40%66.67%-
XYZ24.2519.2217.76-
YUV123.47121.53161.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.27%
GREEN value IS 102 (40.23% from 255) = 26.56%
BLUE value IS 112 (44.14% from 255) = 29.17%
R=44.27%
G=26.56%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010211200.40.340.33351.1828.5753.33
HexAA6670028222115f1d35
Octal25214616005042415373565
Binary1010101011001101110000010100010001010000110101111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6670; }

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

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

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

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

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

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

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

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