Html Css Color HEX #AA616D Turkish Rose

📋 copy color: '#AA616D'

red 170 ◦ green 97 ◦ blue 109

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

Shades of Turkish Rose #AA616D

Tints of Turkish Rose #AA616D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.99%

R = 45.21%
G = 25.8%
B = 28.99%

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

#AA616D (or 0xAA616D) is known color: Turkish Rose. HEX triplet: AA, 61 and 6D. RGB value is (170,97,109). Sum of RGB (Red+Green+Blue) = 170+97+109=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA616D is #559E92. Grayscale: #787878. Windows color (decimal): -5611155 or 7168426. OLE color: 7168426.

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

Color convert

RGB 170 97 109 -
CMYK 0 0.43 0.36 0.33
HSL 350.14º 0.3% 0.52% -
HSV(B) 350.14º 0.43% 0.67% -
XYZ 23.61 18.2 16.74 -
YUV 120.2 121.68 163.52 -
System Red Green Blue C M Y K H S L
Decimal 170 97 109 0 0.43 0.36 0.33 350.14 0.3 0.52
Hex AA 61 6D 0 2B 24 21 15E 1E 34
Octal 252 141 155 0 53 44 41 536 36 64
Binary 10101010 1100001 1101101 0 101011 100100 100001 101011110 11110 110100

Color Harmonies of #AA616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA616D

Black with #AA616D

Text Example


Text Example

White with #AA616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA616D; }

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

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

background-color css

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

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

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

border-color css

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

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

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