#AA6874

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

Shades of Turkish Rose #AA6874

Tints of Turkish Rose #AA6874

Color information

#AA6874 (or 0xAA6874) is unknown color: approx Turkish Rose. HEX triplet: AA, 68 and 74. RGB value is (170,104,116). Sum of RGB (Red+Green+Blue) = 170+104+116=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6874 is #55978B. Grayscale: #7D7D7D. Windows color (decimal): -5609356 or 7628970. OLE color: 7628970.

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

Color convert

RGB170104116-
CMYK00.390.320.33
HSL349.09º27.97%53.73%-
HSV(B)349.09º38.82%66.67%-
XYZ24.6819.7119.03-
YUV125.1122.87160.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 104 (41.02% from 255) = 26.67%
BLUE value IS 116 (45.70% from 255) = 29.74%
R=43.59%
G=26.67%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010411600.390.320.33349.0927.9753.73
HexAA6874027202115d1c36
Octal25215016404740415353466
Binary1010101011010001110100010011110000010000110101110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6874; }

 p { color: rgb(170,104,116); }

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

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

 a { background-color: rgb(170,104,116); }

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

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

 span { border-color: rgb(170,104,116); }

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