Html Css Color HEX #AA6870 Turkish Rose

📋 copy color: '#AA6870'

red 170 ◦ green 104 ◦ blue 112

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

Shades of Turkish Rose #AA6870

Tints of Turkish Rose #AA6870

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.94%

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

R = 44.04%
G = 26.94%
B = 29.02%

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

#AA6870 (or 0xAA6870) is known color: Turkish Rose. HEX triplet: AA, 68 and 70. RGB value is (170,104,112). Sum of RGB (Red+Green+Blue) = 170+104+112=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6870 is #55978F. Grayscale: #7C7C7C. Windows color (decimal): -5609360 or 7366826. OLE color: 7366826.

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

Color convert

RGB 170 104 112 -
CMYK 0 0.39 0.34 0.33
HSL 352.73º 0.28% 0.54% -
HSV(B) 352.73º 0.39% 0.67% -
XYZ 24.45 19.62 17.83 -
YUV 124.65 120.87 160.35 -
System Red Green Blue C M Y K H S L
Decimal 170 104 112 0 0.39 0.34 0.33 352.73 0.28 0.54
Hex AA 68 70 0 27 22 21 161 1C 36
Octal 252 150 160 0 47 42 41 541 34 66
Binary 10101010 1101000 1110000 0 100111 100010 100001 101100001 11100 110110

Color Harmonies of #AA6870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6870

Black with #AA6870

Text Example


Text Example

White with #AA6870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6870; }

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

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

background-color css

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

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

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

border-color css

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

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

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