Html Css Color HEX #AA6978 Turkish Rose

📋 copy color: '#AA6978'

red 170 ◦ green 105 ◦ blue 120

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

Shades of Turkish Rose #AA6978

Tints of Turkish Rose #AA6978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.58%

 BLUE value IS 120 (47.27% from 255) = 30.38%

R = 43.04%
G = 26.58%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA6978 (or 0xAA6978) is known color: Turkish Rose. HEX triplet: AA, 69 and 78. RGB value is (170,105,120). Sum of RGB (Red+Green+Blue) = 170+105+120=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6978 is #559687. Grayscale: #7E7E7E. Windows color (decimal): -5609096 or 7891370. OLE color: 7891370.

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

Color convert

RGB 170 105 120 -
CMYK 0 0.38 0.29 0.33
HSL 346.15º 0.28% 0.54% -
HSV(B) 346.15º 0.38% 0.67% -
XYZ 25.02 20.01 20.31 -
YUV 126.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 170 105 120 0 0.38 0.29 0.33 346.15 0.28 0.54
Hex AA 69 78 0 26 1D 21 15A 1C 36
Octal 252 151 170 0 46 35 41 532 34 66
Binary 10101010 1101001 1111000 0 100110 11101 100001 101011010 11100 110110

Color Harmonies of #AA6978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6978

Black with #AA6978

Text Example


Text Example

White with #AA6978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6978; }

 p { color: rgb(170,105,120); }

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

background-color css

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

 a { background-color: rgb(170,105,120); }

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

border-color css

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

 span { border-color: rgb(170,105,120); }

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