Html Css Color HEX #AA797C Turkish Rose

📋 copy color: '#AA797C'

red 170 ◦ green 121 ◦ blue 124

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

Shades of Turkish Rose #AA797C

Tints of Turkish Rose #AA797C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.16%

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

R = 40.96%
G = 29.16%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA797C (or 0xAA797C) is known color: Turkish Rose. HEX triplet: AA, 79 and 7C. RGB value is (170,121,124). Sum of RGB (Red+Green+Blue) = 170+121+124=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA797C is #558683. Grayscale: #888888. Windows color (decimal): -5604996 or 8157610. OLE color: 8157610.

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

Color convert

RGB 170 121 124 -
CMYK 0 0.29 0.27 0.33
HSL 356.33º 0.22% 0.57% -
HSV(B) 356.33º 0.29% 0.67% -
XYZ 27.05 23.68 22.21 -
YUV 135.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 170 121 124 0 0.29 0.27 0.33 356.33 0.22 0.57
Hex AA 79 7C 0 1D 1B 21 164 16 39
Octal 252 171 174 0 35 33 41 544 26 71
Binary 10101010 1111001 1111100 0 11101 11011 100001 101100100 10110 111001

Color Harmonies of #AA797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA797C

Black with #AA797C

Text Example


Text Example

White with #AA797C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA797C; }

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

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

background-color css

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

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

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

border-color css

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

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

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