Html Css Color HEX #AA727A Turkish Rose

📋 copy color: '#AA727A'

red 170 ◦ green 114 ◦ blue 122

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

Shades of Turkish Rose #AA727A

Tints of Turkish Rose #AA727A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.05%

R = 41.87%
G = 28.08%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA727A (or 0xAA727A) is known color: Turkish Rose. HEX triplet: AA, 72 and 7A. RGB value is (170,114,122). Sum of RGB (Red+Green+Blue) = 170+114+122=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA727A is #558D85. Grayscale: #838383. Windows color (decimal): -5606790 or 8024746. OLE color: 8024746.

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

Color convert

RGB 170 114 122 -
CMYK 0 0.33 0.28 0.33
HSL 351.43º 0.25% 0.56% -
HSV(B) 351.43º 0.33% 0.67% -
XYZ 26.11 21.99 21.28 -
YUV 131.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 170 114 122 0 0.33 0.28 0.33 351.43 0.25 0.56
Hex AA 72 7A 0 21 1C 21 15F 19 38
Octal 252 162 172 0 41 34 41 537 31 70
Binary 10101010 1110010 1111010 0 100001 11100 100001 101011111 11001 111000

Color Harmonies of #AA727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA727A

Black with #AA727A

Text Example


Text Example

White with #AA727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA727A; }

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

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

background-color css

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

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

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

border-color css

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

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

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