Html Css Color HEX #AA6B78 Turkish Rose

📋 copy color: '#AA6B78'

red 170 ◦ green 107 ◦ blue 120

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

Shades of Turkish Rose #AA6B78

Tints of Turkish Rose #AA6B78

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.95%

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

R = 42.82%
G = 26.95%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA6B78 (or 0xAA6B78) is known color: Turkish Rose. HEX triplet: AA, 6B and 78. RGB value is (170,107,120). Sum of RGB (Red+Green+Blue) = 170+107+120=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6B78 is #559487. Grayscale: #7F7F7F. Windows color (decimal): -5608584 or 7891882. OLE color: 7891882.

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

Color convert

RGB 170 107 120 -
CMYK 0 0.37 0.29 0.33
HSL 347.62º 0.27% 0.54% -
HSV(B) 347.62º 0.37% 0.67% -
XYZ 25.23 20.42 20.38 -
YUV 127.32 123.87 158.44 -
System Red Green Blue C M Y K H S L
Decimal 170 107 120 0 0.37 0.29 0.33 347.62 0.27 0.54
Hex AA 6B 78 0 25 1D 21 15C 1B 36
Octal 252 153 170 0 45 35 41 534 33 66
Binary 10101010 1101011 1111000 0 100101 11101 100001 101011100 11011 110110

Color Harmonies of #AA6B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6B78

Black with #AA6B78

Text Example


Text Example

White with #AA6B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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