Html Css Color HEX #AA6974 Turkish Rose

📋 copy color: '#AA6974'

red 170 ◦ green 105 ◦ blue 116

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

Shades of Turkish Rose #AA6974

Tints of Turkish Rose #AA6974

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.85%

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

R = 43.48%
G = 26.85%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA6974 (or 0xAA6974) is known color: Turkish Rose. HEX triplet: AA, 69 and 74. RGB value is (170,105,116). Sum of RGB (Red+Green+Blue) = 170+105+116=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6974 is #55968B. Grayscale: #7D7D7D. Windows color (decimal): -5609100 or 7629226. OLE color: 7629226.

HSL color Cylindrical-coordinate representation of color #AA6974: hue angle of 349.85º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA6974 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 105 116 -
CMYK 0 0.38 0.32 0.33
HSL 349.85º 0.28% 0.54% -
HSV(B) 349.85º 0.38% 0.67% -
XYZ 24.78 19.91 19.06 -
YUV 125.69 122.53 159.61 -
System Red Green Blue C M Y K H S L
Decimal 170 105 116 0 0.38 0.32 0.33 349.85 0.28 0.54
Hex AA 69 74 0 26 20 21 15E 1C 36
Octal 252 151 164 0 46 40 41 536 34 66
Binary 10101010 1101001 1110100 0 100110 100000 100001 101011110 11100 110110

Color Harmonies of #AA6974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6974

Black with #AA6974

Text Example


Text Example

White with #AA6974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6974; }

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

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

background-color css

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

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

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

border-color css

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

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

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