Html Css Color HEX #AA6876 Turkish Rose

📋 copy color: '#AA6876'

red 170 ◦ green 104 ◦ blue 118

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

Shades of Turkish Rose #AA6876

Tints of Turkish Rose #AA6876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.1%

R = 43.37%
G = 26.53%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA6876 (or 0xAA6876) is known color: Turkish Rose. HEX triplet: AA, 68 and 76. RGB value is (170,104,118). Sum of RGB (Red+Green+Blue) = 170+104+118=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6876 is #559789. Grayscale: #7D7D7D. Windows color (decimal): -5609354 or 7760042. OLE color: 7760042.

HSL color Cylindrical-coordinate representation of color #AA6876: hue angle of 347.27º 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 #AA6876 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 104 118 -
CMYK 0 0.39 0.31 0.33
HSL 347.27º 0.28% 0.54% -
HSV(B) 347.27º 0.39% 0.67% -
XYZ 24.8 19.75 19.65 -
YUV 125.33 123.87 159.86 -
System Red Green Blue C M Y K H S L
Decimal 170 104 118 0 0.39 0.31 0.33 347.27 0.28 0.54
Hex AA 68 76 0 27 1F 21 15B 1C 36
Octal 252 150 166 0 47 37 41 533 34 66
Binary 10101010 1101000 1110110 0 100111 11111 100001 101011011 11100 110110

Color Harmonies of #AA6876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6876

Black with #AA6876

Text Example


Text Example

White with #AA6876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6876; }

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

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

background-color css

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

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

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

border-color css

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

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

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