Html Css Color HEX #AA606B Turkish Rose

📋 copy color: '#AA606B'

red 170 ◦ green 96 ◦ blue 107

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

Shades of Turkish Rose #AA606B

Tints of Turkish Rose #AA606B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.69%

R = 45.58%
G = 25.74%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA606B (or 0xAA606B) is known color: Turkish Rose. HEX triplet: AA, 60 and 6B. RGB value is (170,96,107). Sum of RGB (Red+Green+Blue) = 170+96+107=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA606B is #559F94. Grayscale: #777777. Windows color (decimal): -5611413 or 7037098. OLE color: 7037098.

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

Color convert

RGB 170 96 107 -
CMYK 0 0.44 0.37 0.33
HSL 351.08º 0.3% 0.52% -
HSV(B) 351.08º 0.44% 0.67% -
XYZ 23.41 17.97 16.15 -
YUV 119.38 121.02 164.11 -
System Red Green Blue C M Y K H S L
Decimal 170 96 107 0 0.44 0.37 0.33 351.08 0.3 0.52
Hex AA 60 6B 0 2C 25 21 15F 1E 34
Octal 252 140 153 0 54 45 41 537 36 64
Binary 10101010 1100000 1101011 0 101100 100101 100001 101011111 11110 110100

Color Harmonies of #AA606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA606B

Black with #AA606B

Text Example


Text Example

White with #AA606B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA606B; }

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

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

background-color css

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

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

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

border-color css

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

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

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