Html Css Color HEX #AA7579 Turkish Rose

📋 copy color: '#AA7579'

red 170 ◦ green 117 ◦ blue 121

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

Shades of Turkish Rose #AA7579

Tints of Turkish Rose #AA7579

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.68%

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

R = 41.67%
G = 28.68%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA7579 (or 0xAA7579) is known color: Turkish Rose. HEX triplet: AA, 75 and 79. RGB value is (170,117,121). Sum of RGB (Red+Green+Blue) = 170+117+121=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7579 is #558A86. Grayscale: #858585. Windows color (decimal): -5606023 or 7959978. OLE color: 7959978.

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

Color convert

RGB 170 117 121 -
CMYK 0 0.31 0.29 0.33
HSL 355.47º 0.24% 0.56% -
HSV(B) 355.47º 0.31% 0.67% -
XYZ 26.39 22.65 21.07 -
YUV 133.3 121.06 154.17 -
System Red Green Blue C M Y K H S L
Decimal 170 117 121 0 0.31 0.29 0.33 355.47 0.24 0.56
Hex AA 75 79 0 1F 1D 21 163 18 38
Octal 252 165 171 0 37 35 41 543 30 70
Binary 10101010 1110101 1111001 0 11111 11101 100001 101100011 11000 111000

Color Harmonies of #AA7579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7579

Black with #AA7579

Text Example


Text Example

White with #AA7579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7579; }

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

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

background-color css

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

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

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

border-color css

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

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

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