Html Css Color HEX #AA6071 Turkish Rose

📋 copy color: '#AA6071'

red 170 ◦ green 96 ◦ blue 113

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

Shades of Turkish Rose #AA6071

Tints of Turkish Rose #AA6071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.33%

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

R = 44.85%
G = 25.33%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA6071 (or 0xAA6071) is known color: Turkish Rose. HEX triplet: AA, 60 and 71. RGB value is (170,96,113). Sum of RGB (Red+Green+Blue) = 170+96+113=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6071 is #559F8E. Grayscale: #787878. Windows color (decimal): -5611407 or 7430314. OLE color: 7430314.

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

Color convert

RGB 170 96 113 -
CMYK 0 0.44 0.34 0.33
HSL 346.22º 0.3% 0.52% -
HSV(B) 346.22º 0.44% 0.67% -
XYZ 23.74 18.1 17.87 -
YUV 120.06 124.02 163.62 -
System Red Green Blue C M Y K H S L
Decimal 170 96 113 0 0.44 0.34 0.33 346.22 0.3 0.52
Hex AA 60 71 0 2C 22 21 15A 1E 34
Octal 252 140 161 0 54 42 41 532 36 64
Binary 10101010 1100000 1110001 0 101100 100010 100001 101011010 11110 110100

Color Harmonies of #AA6071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6071

Black with #AA6071

Text Example


Text Example

White with #AA6071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6071; }

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

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

background-color css

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

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

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

border-color css

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

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

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