Html Css Color HEX #AA727C Turkish Rose

📋 copy color: '#AA727C'

red 170 ◦ green 114 ◦ blue 124

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

Shades of Turkish Rose #AA727C

Tints of Turkish Rose #AA727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.94%

 BLUE value IS 124 (48.83% from 255) = 30.39%

R = 41.67%
G = 27.94%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA727C (or 0xAA727C) is known color: Turkish Rose. HEX triplet: AA, 72 and 7C. RGB value is (170,114,124). Sum of RGB (Red+Green+Blue) = 170+114+124=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA727C is #558D83. Grayscale: #838383. Windows color (decimal): -5606788 or 8155818. OLE color: 8155818.

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

Color convert

RGB 170 114 124 -
CMYK 0 0.33 0.27 0.33
HSL 349.29º 0.25% 0.56% -
HSV(B) 349.29º 0.33% 0.67% -
XYZ 26.23 22.04 21.94 -
YUV 131.88 123.55 155.19 -
System Red Green Blue C M Y K H S L
Decimal 170 114 124 0 0.33 0.27 0.33 349.29 0.25 0.56
Hex AA 72 7C 0 21 1B 21 15D 19 38
Octal 252 162 174 0 41 33 41 535 31 70
Binary 10101010 1110010 1111100 0 100001 11011 100001 101011101 11001 111000

Color Harmonies of #AA727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA727C

Black with #AA727C

Text Example


Text Example

White with #AA727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA727C; }

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

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

background-color css

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

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

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

border-color css

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

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

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