Html Css Color HEX #AA6670 Turkish Rose

📋 copy color: '#AA6670'

red 170 ◦ green 102 ◦ blue 112

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

Shades of Turkish Rose #AA6670

Tints of Turkish Rose #AA6670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.56%

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

R = 44.27%
G = 26.56%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA6670 (or 0xAA6670) is known color: Turkish Rose. HEX triplet: AA, 66 and 70. RGB value is (170,102,112). Sum of RGB (Red+Green+Blue) = 170+102+112=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6670 is #55998F. Grayscale: #7B7B7B. Windows color (decimal): -5609872 or 7366314. OLE color: 7366314.

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

Color convert

RGB 170 102 112 -
CMYK 0 0.4 0.34 0.33
HSL 351.18º 0.29% 0.53% -
HSV(B) 351.18º 0.4% 0.67% -
XYZ 24.25 19.22 17.76 -
YUV 123.47 121.53 161.19 -
System Red Green Blue C M Y K H S L
Decimal 170 102 112 0 0.4 0.34 0.33 351.18 0.29 0.53
Hex AA 66 70 0 28 22 21 15F 1D 35
Octal 252 146 160 0 50 42 41 537 35 65
Binary 10101010 1100110 1110000 0 101000 100010 100001 101011111 11101 110101

Color Harmonies of #AA6670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6670

Black with #AA6670

Text Example


Text Example

White with #AA6670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6670; }

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

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

background-color css

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

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

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

border-color css

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

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

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