Html Css Color HEX #AA6066 Turkish Rose

📋 copy color: '#AA6066'

red 170 ◦ green 96 ◦ blue 102

#AA6066
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #AA6066

Tints of Turkish Rose #AA6066

RGB

 RED value IS 170 (66.8% from 255) = 46.2%

 GREEN value IS 96 (37.89% from 255) = 26.09%

 BLUE value IS 102 (40.23% from 255) = 27.72%

R = 46.2%
G = 26.09%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#AA6066 (or 0xAA6066) is known color: Turkish Rose. HEX triplet: AA, 60 and 66. RGB value is (170,96,102). Sum of RGB (Red+Green+Blue) = 170+96+102=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6066 is #559F99. Grayscale: #767676. Windows color (decimal): -5611418 or 6709418. OLE color: 6709418.

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

Color convert

RGB 170 96 102 -
CMYK 0 0.44 0.4 0.33
HSL 355.14º 0.3% 0.52% -
HSV(B) 355.14º 0.44% 0.67% -
XYZ 23.16 17.87 14.8 -
YUV 118.81 118.52 164.51 -
System Red Green Blue C M Y K H S L
Decimal 170 96 102 0 0.44 0.4 0.33 355.14 0.3 0.52
Hex AA 60 66 0 2C 28 21 163 1E 34
Octal 252 140 146 0 54 50 41 543 36 64
Binary 10101010 1100000 1100110 0 101100 101000 100001 101100011 11110 110100

Color Harmonies of #AA6066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6066

Black with #AA6066

Text Example


Text Example

White with #AA6066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6066; }

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

 H1.HeaderClassName
 {
   color: #AA6066;
 }
 .AnyTagClassName
 {
   color: #AA6066;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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