Html Css Color HEX #AA616F Turkish Rose

📋 copy color: '#AA616F'

red 170 ◦ green 97 ◦ blue 111

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

Shades of Turkish Rose #AA616F

Tints of Turkish Rose #AA616F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.37%

R = 44.97%
G = 25.66%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA616F (or 0xAA616F) is known color: Turkish Rose. HEX triplet: AA, 61 and 6F. RGB value is (170,97,111). Sum of RGB (Red+Green+Blue) = 170+97+111=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA616F is #559E90. Grayscale: #787878. Windows color (decimal): -5611153 or 7299498. OLE color: 7299498.

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

Color convert

RGB 170 97 111 -
CMYK 0 0.43 0.35 0.33
HSL 348.49º 0.3% 0.52% -
HSV(B) 348.49º 0.43% 0.67% -
XYZ 23.72 18.24 17.31 -
YUV 120.42 122.68 163.36 -
System Red Green Blue C M Y K H S L
Decimal 170 97 111 0 0.43 0.35 0.33 348.49 0.3 0.52
Hex AA 61 6F 0 2B 23 21 15C 1E 34
Octal 252 141 157 0 53 43 41 534 36 64
Binary 10101010 1100001 1101111 0 101011 100011 100001 101011100 11110 110100

Color Harmonies of #AA616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA616F

Black with #AA616F

Text Example


Text Example

White with #AA616F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA616F; }

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

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

background-color css

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

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

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

border-color css

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

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

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