Html Css Color HEX #AA6D78 Turkish Rose

📋 copy color: '#AA6D78'

red 170 ◦ green 109 ◦ blue 120

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

Shades of Turkish Rose #AA6D78

Tints of Turkish Rose #AA6D78

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.32%

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

R = 42.61%
G = 27.32%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA6D78 (or 0xAA6D78) is known color: Turkish Rose. HEX triplet: AA, 6D and 78. RGB value is (170,109,120). Sum of RGB (Red+Green+Blue) = 170+109+120=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6D78 is #559287. Grayscale: #808080. Windows color (decimal): -5608072 or 7892394. OLE color: 7892394.

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

Color convert

RGB 170 109 120 -
CMYK 0 0.36 0.29 0.33
HSL 349.18º 0.26% 0.55% -
HSV(B) 349.18º 0.36% 0.67% -
XYZ 25.44 20.84 20.45 -
YUV 128.49 123.21 157.61 -
System Red Green Blue C M Y K H S L
Decimal 170 109 120 0 0.36 0.29 0.33 349.18 0.26 0.55
Hex AA 6D 78 0 24 1D 21 15D 1A 37
Octal 252 155 170 0 44 35 41 535 32 67
Binary 10101010 1101101 1111000 0 100100 11101 100001 101011101 11010 110111

Color Harmonies of #AA6D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6D78

Black with #AA6D78

Text Example


Text Example

White with #AA6D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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