Html Css Color HEX #AA797E Turkish Rose

📋 copy color: '#AA797E'

red 170 ◦ green 121 ◦ blue 126

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

Shades of Turkish Rose #AA797E

Tints of Turkish Rose #AA797E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.22%

R = 40.77%
G = 29.02%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA797E (or 0xAA797E) is known color: Turkish Rose. HEX triplet: AA, 79 and 7E. RGB value is (170,121,126). Sum of RGB (Red+Green+Blue) = 170+121+126=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA797E is #558681. Grayscale: #888888. Windows color (decimal): -5604994 or 8288682. OLE color: 8288682.

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

Color convert

RGB 170 121 126 -
CMYK 0 0.29 0.26 0.33
HSL 353.88º 0.22% 0.57% -
HSV(B) 353.88º 0.29% 0.67% -
XYZ 27.18 23.73 22.89 -
YUV 136.22 122.23 152.09 -
System Red Green Blue C M Y K H S L
Decimal 170 121 126 0 0.29 0.26 0.33 353.88 0.22 0.57
Hex AA 79 7E 0 1D 1A 21 162 16 39
Octal 252 171 176 0 35 32 41 542 26 71
Binary 10101010 1111001 1111110 0 11101 11010 100001 101100010 10110 111001

Color Harmonies of #AA797E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA797E

Black with #AA797E

Text Example


Text Example

White with #AA797E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA797E; }

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

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

background-color css

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

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

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

border-color css

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

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

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