Html Css Color HEX #AA616A Turkish Rose

📋 copy color: '#AA616A'

red 170 ◦ green 97 ◦ blue 106

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

Shades of Turkish Rose #AA616A

Tints of Turkish Rose #AA616A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.01%

 BLUE value IS 106 (41.8% from 255) = 28.42%

R = 45.58%
G = 26.01%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA616A (or 0xAA616A) is known color: Turkish Rose. HEX triplet: AA, 61 and 6A. RGB value is (170,97,106). Sum of RGB (Red+Green+Blue) = 170+97+106=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA616A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA616A is #559E95. Grayscale: #777777. Windows color (decimal): -5611158 or 6971818. OLE color: 6971818.

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

Color convert

RGB 170 97 106 -
CMYK 0 0.43 0.38 0.33
HSL 352.6º 0.3% 0.52% -
HSV(B) 352.6º 0.43% 0.67% -
XYZ 23.45 18.14 15.9 -
YUV 119.85 120.18 163.77 -
System Red Green Blue C M Y K H S L
Decimal 170 97 106 0 0.43 0.38 0.33 352.6 0.3 0.52
Hex AA 61 6A 0 2B 26 21 161 1E 34
Octal 252 141 152 0 53 46 41 541 36 64
Binary 10101010 1100001 1101010 0 101011 100110 100001 101100001 11110 110100

Color Harmonies of #AA616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA616A

Black with #AA616A

Text Example


Text Example

White with #AA616A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA616A; }

 p { color: rgb(170,97,106); }

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

background-color css

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

 a { background-color: rgb(170,97,106); }

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

border-color css

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

 span { border-color: rgb(170,97,106); }

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