Html Css Color HEX #AA7071 Turkish Rose

📋 copy color: '#AA7071'

red 170 ◦ green 112 ◦ blue 113

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

Shades of Turkish Rose #AA7071

Tints of Turkish Rose #AA7071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.35%

 BLUE value IS 113 (44.53% from 255) = 28.61%

R = 43.04%
G = 28.35%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA7071 (or 0xAA7071) is known color: Turkish Rose. HEX triplet: AA, 70 and 71. RGB value is (170,112,113). Sum of RGB (Red+Green+Blue) = 170+112+113=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7071 is #558F8E. Grayscale: #818181. Windows color (decimal): -5607311 or 7434410. OLE color: 7434410.

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

Color convert

RGB 170 112 113 -
CMYK 0 0.34 0.34 0.33
HSL 358.97º 0.25% 0.55% -
HSV(B) 358.97º 0.34% 0.67% -
XYZ 25.35 21.33 18.4 -
YUV 129.46 118.72 156.92 -
System Red Green Blue C M Y K H S L
Decimal 170 112 113 0 0.34 0.34 0.33 358.97 0.25 0.55
Hex AA 70 71 0 22 22 21 167 19 37
Octal 252 160 161 0 42 42 41 547 31 67
Binary 10101010 1110000 1110001 0 100010 100010 100001 101100111 11001 110111

Color Harmonies of #AA7071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7071

Black with #AA7071

Text Example


Text Example

White with #AA7071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7071; }

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

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

background-color css

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

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

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

border-color css

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

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

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