Html Css Color HEX #AA6169 Turkish Rose

📋 copy color: '#AA6169'

red 170 ◦ green 97 ◦ blue 105

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

Shades of Turkish Rose #AA6169

Tints of Turkish Rose #AA6169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.23%

R = 45.7%
G = 26.08%
B = 28.23%

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

#AA6169 (or 0xAA6169) is known color: Turkish Rose. HEX triplet: AA, 61 and 69. RGB value is (170,97,105). Sum of RGB (Red+Green+Blue) = 170+97+105=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6169 is #559E96. Grayscale: #777777. Windows color (decimal): -5611159 or 6906282. OLE color: 6906282.

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

Color convert

RGB 170 97 105 -
CMYK 0 0.43 0.38 0.33
HSL 353.42º 0.3% 0.52% -
HSV(B) 353.42º 0.43% 0.67% -
XYZ 23.4 18.12 15.63 -
YUV 119.74 119.68 163.85 -
System Red Green Blue C M Y K H S L
Decimal 170 97 105 0 0.43 0.38 0.33 353.42 0.3 0.52
Hex AA 61 69 0 2B 26 21 161 1E 34
Octal 252 141 151 0 53 46 41 541 36 64
Binary 10101010 1100001 1101001 0 101011 100110 100001 101100001 11110 110100

Color Harmonies of #AA6169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6169

Black with #AA6169

Text Example


Text Example

White with #AA6169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6169; }

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

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

background-color css

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

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

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

border-color css

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

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

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