Html Css Color HEX #AA7279 Turkish Rose

📋 copy color: '#AA7279'

red 170 ◦ green 114 ◦ blue 121

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

Shades of Turkish Rose #AA7279

Tints of Turkish Rose #AA7279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.15%

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

R = 41.98%
G = 28.15%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA7279 (or 0xAA7279) is known color: Turkish Rose. HEX triplet: AA, 72 and 79. RGB value is (170,114,121). Sum of RGB (Red+Green+Blue) = 170+114+121=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7279 is #558D86. Grayscale: #838383. Windows color (decimal): -5606791 or 7959210. OLE color: 7959210.

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

Color convert

RGB 170 114 121 -
CMYK 0 0.33 0.29 0.33
HSL 352.5º 0.25% 0.56% -
HSV(B) 352.5º 0.33% 0.67% -
XYZ 26.05 21.96 20.96 -
YUV 131.54 122.05 155.43 -
System Red Green Blue C M Y K H S L
Decimal 170 114 121 0 0.33 0.29 0.33 352.5 0.25 0.56
Hex AA 72 79 0 21 1D 21 160 19 38
Octal 252 162 171 0 41 35 41 540 31 70
Binary 10101010 1110010 1111001 0 100001 11101 100001 101100000 11001 111000

Color Harmonies of #AA7279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7279

Black with #AA7279

Text Example


Text Example

White with #AA7279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7279; }

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

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

background-color css

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

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

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

border-color css

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

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

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