Html Css Color HEX #AA7172 Turkish Rose

📋 copy color: '#AA7172'

red 170 ◦ green 113 ◦ blue 114

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

Shades of Turkish Rose #AA7172

Tints of Turkish Rose #AA7172

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.46%

 BLUE value IS 114 (44.92% from 255) = 28.72%

R = 42.82%
G = 28.46%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AA7172 (or 0xAA7172) is known color: Turkish Rose. HEX triplet: AA, 71 and 72. RGB value is (170,113,114). Sum of RGB (Red+Green+Blue) = 170+113+114=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7172 is #558E8D. Grayscale: #828282. Windows color (decimal): -5607054 or 7500202. OLE color: 7500202.

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

Color convert

RGB 170 113 114 -
CMYK 0 0.34 0.33 0.33
HSL 358.95º 0.25% 0.55% -
HSV(B) 358.95º 0.34% 0.67% -
XYZ 25.52 21.57 18.74 -
YUV 130.16 118.88 156.42 -
System Red Green Blue C M Y K H S L
Decimal 170 113 114 0 0.34 0.33 0.33 358.95 0.25 0.55
Hex AA 71 72 0 22 21 21 167 19 37
Octal 252 161 162 0 42 41 41 547 31 67
Binary 10101010 1110001 1110010 0 100010 100001 100001 101100111 11001 110111

Color Harmonies of #AA7172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7172

Black with #AA7172

Text Example


Text Example

White with #AA7172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7172; }

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

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

background-color css

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

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

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

border-color css

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

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

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