Html Css Color HEX #AA7879 Turkish Rose

📋 copy color: '#AA7879'

red 170 ◦ green 120 ◦ blue 121

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

Shades of Turkish Rose #AA7879

Tints of Turkish Rose #AA7879

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.2%

 BLUE value IS 121 (47.66% from 255) = 29.44%

R = 41.36%
G = 29.2%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA7879 (or 0xAA7879) is known color: Turkish Rose. HEX triplet: AA, 78 and 79. RGB value is (170,120,121). Sum of RGB (Red+Green+Blue) = 170+120+121=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7879 is #558786. Grayscale: #878787. Windows color (decimal): -5605255 or 7960746. OLE color: 7960746.

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

Color convert

RGB 170 120 121 -
CMYK 0 0.29 0.29 0.33
HSL 358.8º 0.23% 0.57% -
HSV(B) 358.8º 0.29% 0.67% -
XYZ 26.75 23.36 21.19 -
YUV 135.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 170 120 121 0 0.29 0.29 0.33 358.8 0.23 0.57
Hex AA 78 79 0 1D 1D 21 167 17 39
Octal 252 170 171 0 35 35 41 547 27 71
Binary 10101010 1111000 1111001 0 11101 11101 100001 101100111 10111 111001

Color Harmonies of #AA7879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7879

Black with #AA7879

Text Example


Text Example

White with #AA7879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7879; }

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

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

background-color css

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

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

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

border-color css

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

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

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