Html Css Color HEX #AA6770 Turkish Rose

📋 copy color: '#AA6770'

red 170 ◦ green 103 ◦ blue 112

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

Shades of Turkish Rose #AA6770

Tints of Turkish Rose #AA6770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.75%

 BLUE value IS 112 (44.14% from 255) = 29.09%

R = 44.16%
G = 26.75%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA6770 (or 0xAA6770) is known color: Turkish Rose. HEX triplet: AA, 67 and 70. RGB value is (170,103,112). Sum of RGB (Red+Green+Blue) = 170+103+112=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6770 is #55988F. Grayscale: #7C7C7C. Windows color (decimal): -5609616 or 7366570. OLE color: 7366570.

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

Color convert

RGB 170 103 112 -
CMYK 0 0.39 0.34 0.33
HSL 351.94º 0.28% 0.54% -
HSV(B) 351.94º 0.39% 0.67% -
XYZ 24.35 19.42 17.79 -
YUV 124.06 121.2 160.77 -
System Red Green Blue C M Y K H S L
Decimal 170 103 112 0 0.39 0.34 0.33 351.94 0.28 0.54
Hex AA 67 70 0 27 22 21 160 1C 36
Octal 252 147 160 0 47 42 41 540 34 66
Binary 10101010 1100111 1110000 0 100111 100010 100001 101100000 11100 110110

Color Harmonies of #AA6770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6770

Black with #AA6770

Text Example


Text Example

White with #AA6770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6770; }

 p { color: rgb(170,103,112); }

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

background-color css

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

 a { background-color: rgb(170,103,112); }

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

border-color css

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

 span { border-color: rgb(170,103,112); }

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