Html Css Color HEX #AA7176 Turkish Rose

📋 copy color: '#AA7176'

red 170 ◦ green 113 ◦ blue 118

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

Shades of Turkish Rose #AA7176

Tints of Turkish Rose #AA7176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.43%

R = 42.39%
G = 28.18%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA7176 (or 0xAA7176) is known color: Turkish Rose. HEX triplet: AA, 71 and 76. RGB value is (170,113,118). Sum of RGB (Red+Green+Blue) = 170+113+118=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7176 is #558E89. Grayscale: #828282. Windows color (decimal): -5607050 or 7762346. OLE color: 7762346.

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

Color convert

RGB 170 113 118 -
CMYK 0 0.34 0.31 0.33
HSL 354.74º 0.25% 0.55% -
HSV(B) 354.74º 0.34% 0.67% -
XYZ 25.75 21.66 19.96 -
YUV 130.61 120.88 156.09 -
System Red Green Blue C M Y K H S L
Decimal 170 113 118 0 0.34 0.31 0.33 354.74 0.25 0.55
Hex AA 71 76 0 22 1F 21 163 19 37
Octal 252 161 166 0 42 37 41 543 31 67
Binary 10101010 1110001 1110110 0 100010 11111 100001 101100011 11001 110111

Color Harmonies of #AA7176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7176

Black with #AA7176

Text Example


Text Example

White with #AA7176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7176; }

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

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

background-color css

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

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

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

border-color css

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

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

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