Html Css Color HEX #AA5E70 Turkish Rose

📋 copy color: '#AA5E70'

red 170 ◦ green 94 ◦ blue 112

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

Shades of Turkish Rose #AA5E70

Tints of Turkish Rose #AA5E70

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25%

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

R = 45.21%
G = 25%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA5E70 (or 0xAA5E70) is known color: Turkish Rose. HEX triplet: AA, 5E and 70. RGB value is (170,94,112). Sum of RGB (Red+Green+Blue) = 170+94+112=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5E70 is #55A18F. Grayscale: #767676. Windows color (decimal): -5611920 or 7364266. OLE color: 7364266.

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

Color convert

RGB 170 94 112 -
CMYK 0 0.45 0.34 0.33
HSL 345.79º 0.31% 0.52% -
HSV(B) 345.79º 0.45% 0.67% -
XYZ 23.5 17.72 17.51 -
YUV 118.78 124.18 164.54 -
System Red Green Blue C M Y K H S L
Decimal 170 94 112 0 0.45 0.34 0.33 345.79 0.31 0.52
Hex AA 5E 70 0 2D 22 21 15A 1F 34
Octal 252 136 160 0 55 42 41 532 37 64
Binary 10101010 1011110 1110000 0 101101 100010 100001 101011010 11111 110100

Color Harmonies of #AA5E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5E70

Black with #AA5E70

Text Example


Text Example

White with #AA5E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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