Html Css Color HEX #AA7779 Turkish Rose

📋 copy color: '#AA7779'

red 170 ◦ green 119 ◦ blue 121

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

Shades of Turkish Rose #AA7779

Tints of Turkish Rose #AA7779

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.02%

 BLUE value IS 121 (47.66% from 255) = 29.51%

R = 41.46%
G = 29.02%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA7779 (or 0xAA7779) is known color: Turkish Rose. HEX triplet: AA, 77 and 79. RGB value is (170,119,121). Sum of RGB (Red+Green+Blue) = 170+119+121=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7779 is #558886. Grayscale: #868686. Windows color (decimal): -5605511 or 7960490. OLE color: 7960490.

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

Color convert

RGB 170 119 121 -
CMYK 0 0.3 0.29 0.33
HSL 357.65º 0.23% 0.57% -
HSV(B) 357.65º 0.3% 0.67% -
XYZ 26.63 23.12 21.15 -
YUV 134.48 120.4 153.34 -
System Red Green Blue C M Y K H S L
Decimal 170 119 121 0 0.3 0.29 0.33 357.65 0.23 0.57
Hex AA 77 79 0 1E 1D 21 166 17 39
Octal 252 167 171 0 36 35 41 546 27 71
Binary 10101010 1110111 1111001 0 11110 11101 100001 101100110 10111 111001

Color Harmonies of #AA7779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7779

Black with #AA7779

Text Example


Text Example

White with #AA7779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7779; }

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

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

background-color css

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

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

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

border-color css

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

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

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