Html Css Color HEX #AA6070 Turkish Rose

📋 copy color: '#AA6070'

red 170 ◦ green 96 ◦ blue 112

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

Shades of Turkish Rose #AA6070

Tints of Turkish Rose #AA6070

RGB

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

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

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

R = 44.97%
G = 25.4%
B = 29.63%

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

#AA6070 (or 0xAA6070) is known color: Turkish Rose. HEX triplet: AA, 60 and 70. RGB value is (170,96,112). Sum of RGB (Red+Green+Blue) = 170+96+112=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6070 is #559F8F. Grayscale: #777777. Windows color (decimal): -5611408 or 7364778. OLE color: 7364778.

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

Color convert

RGB 170 96 112 -
CMYK 0 0.44 0.34 0.33
HSL 347.03º 0.3% 0.52% -
HSV(B) 347.03º 0.44% 0.67% -
XYZ 23.69 18.08 17.57 -
YUV 119.95 123.52 163.7 -
System Red Green Blue C M Y K H S L
Decimal 170 96 112 0 0.44 0.34 0.33 347.03 0.3 0.52
Hex AA 60 70 0 2C 22 21 15B 1E 34
Octal 252 140 160 0 54 42 41 533 36 64
Binary 10101010 1100000 1110000 0 101100 100010 100001 101011011 11110 110100

Color Harmonies of #AA6070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6070

Black with #AA6070

Text Example


Text Example

White with #AA6070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6070; }

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

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

background-color css

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

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

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

border-color css

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

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

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