#AA6978

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

Shades of Turkish Rose #AA6978

Tints of Turkish Rose #AA6978

Color information

#AA6978 (or 0xAA6978) is unknown color: approx Turkish Rose. HEX triplet: AA, 69 and 78. RGB value is (170,105,120). Sum of RGB (Red+Green+Blue) = 170+105+120=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6978 is #559687. Grayscale: #7E7E7E. Windows color (decimal): -5609096 or 7891370. OLE color: 7891370.

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

Color convert

RGB170105120-
CMYK00.380.290.33
HSL346.15º27.66%53.92%-
HSV(B)346.15º38.24%66.67%-
XYZ25.0220.0120.31-
YUV126.15124.53159.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 105 (41.41% from 255) = 26.58%
BLUE value IS 120 (47.27% from 255) = 30.38%
R=43.04%
G=26.58%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010512000.380.290.33346.1527.6653.92
HexAA69780261D2115a1c36
Octal25215117004635415323466
Binary101010101101001111100001001101110110000110101101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6978; }

 p { color: rgb(170,105,120); }

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

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

 a { background-color: rgb(170,105,120); }

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

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

 span { border-color: rgb(170,105,120); }

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