Html Css Color HEX #AA6877 Turkish Rose

📋 copy color: '#AA6877'

red 170 ◦ green 104 ◦ blue 119

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

Shades of Turkish Rose #AA6877

Tints of Turkish Rose #AA6877

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.46%

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

R = 43.26%
G = 26.46%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#AA6877 (or 0xAA6877) is known color: Turkish Rose. HEX triplet: AA, 68 and 77. RGB value is (170,104,119). Sum of RGB (Red+Green+Blue) = 170+104+119=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6877 is #559788. Grayscale: #7D7D7D. Windows color (decimal): -5609353 or 7825578. OLE color: 7825578.

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

Color convert

RGB 170 104 119 -
CMYK 0 0.39 0.3 0.33
HSL 346.36º 0.28% 0.54% -
HSV(B) 346.36º 0.39% 0.67% -
XYZ 24.86 19.78 19.96 -
YUV 125.44 124.37 159.78 -
System Red Green Blue C M Y K H S L
Decimal 170 104 119 0 0.39 0.3 0.33 346.36 0.28 0.54
Hex AA 68 77 0 27 1E 21 15A 1C 36
Octal 252 150 167 0 47 36 41 532 34 66
Binary 10101010 1101000 1110111 0 100111 11110 100001 101011010 11100 110110

Color Harmonies of #AA6877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6877

Black with #AA6877

Text Example


Text Example

White with #AA6877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6877; }

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

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

background-color css

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

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

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

border-color css

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

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

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