Html Css Color HEX #AA606F Turkish Rose

📋 copy color: '#AA606F'

red 170 ◦ green 96 ◦ blue 111

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

Shades of Turkish Rose #AA606F

Tints of Turkish Rose #AA606F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.44%

R = 45.09%
G = 25.46%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA606F (or 0xAA606F) is known color: Turkish Rose. HEX triplet: AA, 60 and 6F. RGB value is (170,96,111). Sum of RGB (Red+Green+Blue) = 170+96+111=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA606F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA606F is #559F90. Grayscale: #777777. Windows color (decimal): -5611409 or 7299242. OLE color: 7299242.

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

Color convert

RGB 170 96 111 -
CMYK 0 0.44 0.35 0.33
HSL 347.84º 0.3% 0.52% -
HSV(B) 347.84º 0.44% 0.67% -
XYZ 23.63 18.06 17.28 -
YUV 119.84 123.02 163.78 -
System Red Green Blue C M Y K H S L
Decimal 170 96 111 0 0.44 0.35 0.33 347.84 0.3 0.52
Hex AA 60 6F 0 2C 23 21 15C 1E 34
Octal 252 140 157 0 54 43 41 534 36 64
Binary 10101010 1100000 1101111 0 101100 100011 100001 101011100 11110 110100

Color Harmonies of #AA606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA606F

Black with #AA606F

Text Example


Text Example

White with #AA606F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA606F; }

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

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

background-color css

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

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

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

border-color css

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

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

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