#AA6668

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

Shades of Turkish Rose #AA6668

Tints of Turkish Rose #AA6668

Color information

#AA6668 (or 0xAA6668) is unknown color: approx Turkish Rose. HEX triplet: AA, 66 and 68. RGB value is (170,102,104). Sum of RGB (Red+Green+Blue) = 170+102+104=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6668 is #559997. Grayscale: #7A7A7A. Windows color (decimal): -5609880 or 6842026. OLE color: 6842026.

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

Color convert

RGB170102104-
CMYK00.40.390.33
HSL358.24º28.57%53.33%-
HSV(B)358.24º40%66.67%-
XYZ23.8319.0515.52-
YUV122.56117.53161.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.21%
GREEN value IS 102 (40.23% from 255) = 27.13%
BLUE value IS 104 (41.02% from 255) = 27.66%
R=45.21%
G=27.13%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010210400.40.390.33358.2428.5753.33
HexAA666802827211661d35
Octal25214615005047415463565
Binary1010101011001101101000010100010011110000110110011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6668; }

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

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

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

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

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

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

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

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