Html Css Color HEX #AA616C Turkish Rose

📋 copy color: '#AA616C'

red 170 ◦ green 97 ◦ blue 108

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

Shades of Turkish Rose #AA616C

Tints of Turkish Rose #AA616C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.8%

R = 45.33%
G = 25.87%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA616C (or 0xAA616C) is known color: Turkish Rose. HEX triplet: AA, 61 and 6C. RGB value is (170,97,108). Sum of RGB (Red+Green+Blue) = 170+97+108=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA616C is #559E93. Grayscale: #787878. Windows color (decimal): -5611156 or 7102890. OLE color: 7102890.

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

Color convert

RGB 170 97 108 -
CMYK 0 0.43 0.36 0.33
HSL 350.96º 0.3% 0.52% -
HSV(B) 350.96º 0.43% 0.67% -
XYZ 23.56 18.18 16.45 -
YUV 120.08 121.18 163.61 -
System Red Green Blue C M Y K H S L
Decimal 170 97 108 0 0.43 0.36 0.33 350.96 0.3 0.52
Hex AA 61 6C 0 2B 24 21 15F 1E 34
Octal 252 141 154 0 53 44 41 537 36 64
Binary 10101010 1100001 1101100 0 101011 100100 100001 101011111 11110 110100

Color Harmonies of #AA616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA616C

Black with #AA616C

Text Example


Text Example

White with #AA616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA616C; }

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

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

background-color css

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

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

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

border-color css

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

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

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