Html Css Color HEX #AA6477 Turkish Rose

📋 copy color: '#AA6477'

red 170 ◦ green 100 ◦ blue 119

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

Shades of Turkish Rose #AA6477

Tints of Turkish Rose #AA6477

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.71%

 BLUE value IS 119 (46.88% from 255) = 30.59%

R = 43.7%
G = 25.71%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#AA6477 (or 0xAA6477) is known color: Turkish Rose. HEX triplet: AA, 64 and 77. RGB value is (170,100,119). Sum of RGB (Red+Green+Blue) = 170+100+119=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6477 is #559B88. Grayscale: #7B7B7B. Windows color (decimal): -5610377 or 7824554. OLE color: 7824554.

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

Color convert

RGB 170 100 119 -
CMYK 0 0.41 0.3 0.33
HSL 343.71º 0.29% 0.53% -
HSV(B) 343.71º 0.41% 0.67% -
XYZ 24.46 18.99 19.83 -
YUV 123.1 125.69 161.46 -
System Red Green Blue C M Y K H S L
Decimal 170 100 119 0 0.41 0.3 0.33 343.71 0.29 0.53
Hex AA 64 77 0 29 1E 21 158 1D 35
Octal 252 144 167 0 51 36 41 530 35 65
Binary 10101010 1100100 1110111 0 101001 11110 100001 101011000 11101 110101

Color Harmonies of #AA6477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6477

Black with #AA6477

Text Example


Text Example

White with #AA6477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6477; }

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

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

background-color css

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

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

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

border-color css

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

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

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