#AA6168

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

Shades of Turkish Rose #AA6168

Tints of Turkish Rose #AA6168

Color information

#AA6168 (or 0xAA6168) is unknown color: approx Turkish Rose. HEX triplet: AA, 61 and 68. RGB value is (170,97,104). Sum of RGB (Red+Green+Blue) = 170+97+104=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6168 is #559E97. Grayscale: #777777. Windows color (decimal): -5611160 or 6840746. OLE color: 6840746.

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

Color convert

RGB17097104-
CMYK00.430.390.33
HSL354.25º30.04%52.35%-
HSV(B)354.25º42.94%66.67%-
XYZ23.3518.0915.36-
YUV119.62119.18163.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.82%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 104 (41.02% from 255) = 28.03%
R=45.82%
G=26.15%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709710400.430.390.33354.2530.0452.35
HexAA616802B27211621e34
Octal25214115005347415423664
Binary1010101011000011101000010101110011110000110110001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6168; }

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

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

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

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

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

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

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

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