Html Css Color HEX #AA6077 Turkish Rose

📋 copy color: '#AA6077'

red 170 ◦ green 96 ◦ blue 119

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

Shades of Turkish Rose #AA6077

Tints of Turkish Rose #AA6077

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.94%

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

R = 44.16%
G = 24.94%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#AA6077 (or 0xAA6077) is known color: Turkish Rose. HEX triplet: AA, 60 and 77. RGB value is (170,96,119). Sum of RGB (Red+Green+Blue) = 170+96+119=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6077 is #559F88. Grayscale: #787878. Windows color (decimal): -5611401 or 7823530. OLE color: 7823530.

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

Color convert

RGB 170 96 119 -
CMYK 0 0.44 0.3 0.33
HSL 341.35º 0.3% 0.52% -
HSV(B) 341.35º 0.44% 0.67% -
XYZ 24.09 18.24 19.7 -
YUV 120.75 127.02 163.13 -
System Red Green Blue C M Y K H S L
Decimal 170 96 119 0 0.44 0.3 0.33 341.35 0.3 0.52
Hex AA 60 77 0 2C 1E 21 155 1E 34
Octal 252 140 167 0 54 36 41 525 36 64
Binary 10101010 1100000 1110111 0 101100 11110 100001 101010101 11110 110100

Color Harmonies of #AA6077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6077

Black with #AA6077

Text Example


Text Example

White with #AA6077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6077; }

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

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

background-color css

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

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

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

border-color css

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

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

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