Html Css Color HEX #AA797F Turkish Rose

📋 copy color: '#AA797F'

red 170 ◦ green 121 ◦ blue 127

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

Shades of Turkish Rose #AA797F

Tints of Turkish Rose #AA797F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.38%

R = 40.67%
G = 28.95%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA797F (or 0xAA797F) is known color: Turkish Rose. HEX triplet: AA, 79 and 7F. RGB value is (170,121,127). Sum of RGB (Red+Green+Blue) = 170+121+127=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA797F is #558680. Grayscale: #888888. Windows color (decimal): -5604993 or 8354218. OLE color: 8354218.

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

Color convert

RGB 170 121 127 -
CMYK 0 0.29 0.25 0.33
HSL 352.65º 0.22% 0.57% -
HSV(B) 352.65º 0.29% 0.67% -
XYZ 27.25 23.75 23.23 -
YUV 136.34 122.73 152.01 -
System Red Green Blue C M Y K H S L
Decimal 170 121 127 0 0.29 0.25 0.33 352.65 0.22 0.57
Hex AA 79 7F 0 1D 19 21 161 16 39
Octal 252 171 177 0 35 31 41 541 26 71
Binary 10101010 1111001 1111111 0 11101 11001 100001 101100001 10110 111001

Color Harmonies of #AA797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA797F

Black with #AA797F

Text Example


Text Example

White with #AA797F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA797F; }

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

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

background-color css

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

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

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

border-color css

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

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

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