Html Css Color HEX #AA6377 Turkish Rose

📋 copy color: '#AA6377'

red 170 ◦ green 99 ◦ blue 119

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

Shades of Turkish Rose #AA6377

Tints of Turkish Rose #AA6377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.52%

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

R = 43.81%
G = 25.52%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#AA6377 (or 0xAA6377) is known color: Turkish Rose. HEX triplet: AA, 63 and 77. RGB value is (170,99,119). Sum of RGB (Red+Green+Blue) = 170+99+119=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6377 is #559C88. Grayscale: #7A7A7A. Windows color (decimal): -5610633 or 7824298. OLE color: 7824298.

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

Color convert

RGB 170 99 119 -
CMYK 0 0.42 0.3 0.33
HSL 343.1º 0.29% 0.53% -
HSV(B) 343.1º 0.42% 0.67% -
XYZ 24.37 18.8 19.8 -
YUV 122.51 126.02 161.87 -
System Red Green Blue C M Y K H S L
Decimal 170 99 119 0 0.42 0.3 0.33 343.1 0.29 0.53
Hex AA 63 77 0 2A 1E 21 157 1D 35
Octal 252 143 167 0 52 36 41 527 35 65
Binary 10101010 1100011 1110111 0 101010 11110 100001 101010111 11101 110101

Color Harmonies of #AA6377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6377

Black with #AA6377

Text Example


Text Example

White with #AA6377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6377; }

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

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

background-color css

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

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

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

border-color css

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

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

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