Html Css Color HEX #AA7074 Turkish Rose

📋 copy color: '#AA7074'

red 170 ◦ green 112 ◦ blue 116

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

Shades of Turkish Rose #AA7074

Tints of Turkish Rose #AA7074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.15%

R = 42.71%
G = 28.14%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA7074 (or 0xAA7074) is known color: Turkish Rose. HEX triplet: AA, 70 and 74. RGB value is (170,112,116). Sum of RGB (Red+Green+Blue) = 170+112+116=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7074 is #558F8B. Grayscale: #818181. Windows color (decimal): -5607308 or 7631018. OLE color: 7631018.

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

Color convert

RGB 170 112 116 -
CMYK 0 0.34 0.32 0.33
HSL 355.86º 0.25% 0.55% -
HSV(B) 355.86º 0.34% 0.67% -
XYZ 25.52 21.4 19.31 -
YUV 129.8 120.22 156.67 -
System Red Green Blue C M Y K H S L
Decimal 170 112 116 0 0.34 0.32 0.33 355.86 0.25 0.55
Hex AA 70 74 0 22 20 21 164 19 37
Octal 252 160 164 0 42 40 41 544 31 67
Binary 10101010 1110000 1110100 0 100010 100000 100001 101100100 11001 110111

Color Harmonies of #AA7074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7074

Black with #AA7074

Text Example


Text Example

White with #AA7074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7074; }

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

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

background-color css

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

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

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

border-color css

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

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

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