Html Css Color HEX #AA7374 Turkish Rose

📋 copy color: '#AA7374'

red 170 ◦ green 115 ◦ blue 116

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

Shades of Turkish Rose #AA7374

Tints of Turkish Rose #AA7374

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.68%

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

R = 42.39%
G = 28.68%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA7374 (or 0xAA7374) is known color: Turkish Rose. HEX triplet: AA, 73 and 74. RGB value is (170,115,116). Sum of RGB (Red+Green+Blue) = 170+115+116=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7374 is #558C8B. Grayscale: #838383. Windows color (decimal): -5606540 or 7631786. OLE color: 7631786.

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

Color convert

RGB 170 115 116 -
CMYK 0 0.32 0.32 0.33
HSL 358.91º 0.24% 0.56% -
HSV(B) 358.91º 0.32% 0.67% -
XYZ 25.86 22.07 19.42 -
YUV 131.56 119.22 155.42 -
System Red Green Blue C M Y K H S L
Decimal 170 115 116 0 0.32 0.32 0.33 358.91 0.24 0.56
Hex AA 73 74 0 20 20 21 167 18 38
Octal 252 163 164 0 40 40 41 547 30 70
Binary 10101010 1110011 1110100 0 100000 100000 100001 101100111 11000 111000

Color Harmonies of #AA7374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7374

Black with #AA7374

Text Example


Text Example

White with #AA7374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7374; }

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

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

background-color css

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

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

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

border-color css

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

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

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