Html Css Color HEX #AA606E Turkish Rose

📋 copy color: '#AA606E'

red 170 ◦ green 96 ◦ blue 110

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

Shades of Turkish Rose #AA606E

Tints of Turkish Rose #AA606E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.26%

R = 45.21%
G = 25.53%
B = 29.26%

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

#AA606E (or 0xAA606E) is known color: Turkish Rose. HEX triplet: AA, 60 and 6E. RGB value is (170,96,110). Sum of RGB (Red+Green+Blue) = 170+96+110=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA606E is #559F91. Grayscale: #777777. Windows color (decimal): -5611410 or 7233706. OLE color: 7233706.

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

Color convert

RGB 170 96 110 -
CMYK 0 0.44 0.35 0.33
HSL 348.65º 0.3% 0.52% -
HSV(B) 348.65º 0.44% 0.67% -
XYZ 23.57 18.04 16.99 -
YUV 119.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 170 96 110 0 0.44 0.35 0.33 348.65 0.3 0.52
Hex AA 60 6E 0 2C 23 21 15D 1E 34
Octal 252 140 156 0 54 43 41 535 36 64
Binary 10101010 1100000 1101110 0 101100 100011 100001 101011101 11110 110100

Color Harmonies of #AA606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA606E

Black with #AA606E

Text Example


Text Example

White with #AA606E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA606E; }

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

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

background-color css

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

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

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

border-color css

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

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

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