Html Css Color HEX #AA6174 Turkish Rose

📋 copy color: '#AA6174'

red 170 ◦ green 97 ◦ blue 116

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

Shades of Turkish Rose #AA6174

Tints of Turkish Rose #AA6174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.29%

R = 44.39%
G = 25.33%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA6174 (or 0xAA6174) is known color: Turkish Rose. HEX triplet: AA, 61 and 74. RGB value is (170,97,116). Sum of RGB (Red+Green+Blue) = 170+97+116=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6174 is #559E8B. Grayscale: #787878. Windows color (decimal): -5611148 or 7627178. OLE color: 7627178.

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

Color convert

RGB 170 97 116 -
CMYK 0 0.43 0.32 0.33
HSL 344.38º 0.3% 0.52% -
HSV(B) 344.38º 0.43% 0.67% -
XYZ 24 18.36 18.8 -
YUV 120.99 125.18 162.96 -
System Red Green Blue C M Y K H S L
Decimal 170 97 116 0 0.43 0.32 0.33 344.38 0.3 0.52
Hex AA 61 74 0 2B 20 21 158 1E 34
Octal 252 141 164 0 53 40 41 530 36 64
Binary 10101010 1100001 1110100 0 101011 100000 100001 101011000 11110 110100

Color Harmonies of #AA6174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6174

Black with #AA6174

Text Example


Text Example

White with #AA6174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6174; }

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

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

background-color css

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

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

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

border-color css

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

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

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