Html Css Color HEX #AA737A Turkish Rose

📋 copy color: '#AA737A'

red 170 ◦ green 115 ◦ blue 122

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

Shades of Turkish Rose #AA737A

Tints of Turkish Rose #AA737A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.26%

 BLUE value IS 122 (48.05% from 255) = 29.98%

R = 41.77%
G = 28.26%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA737A (or 0xAA737A) is known color: Turkish Rose. HEX triplet: AA, 73 and 7A. RGB value is (170,115,122). Sum of RGB (Red+Green+Blue) = 170+115+122=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA737A is #558C85. Grayscale: #848484. Windows color (decimal): -5606534 or 8025002. OLE color: 8025002.

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

Color convert

RGB 170 115 122 -
CMYK 0 0.32 0.28 0.33
HSL 352.36º 0.24% 0.56% -
HSV(B) 352.36º 0.32% 0.67% -
XYZ 26.22 22.21 21.32 -
YUV 132.24 122.22 154.93 -
System Red Green Blue C M Y K H S L
Decimal 170 115 122 0 0.32 0.28 0.33 352.36 0.24 0.56
Hex AA 73 7A 0 20 1C 21 160 18 38
Octal 252 163 172 0 40 34 41 540 30 70
Binary 10101010 1110011 1111010 0 100000 11100 100001 101100000 11000 111000

Color Harmonies of #AA737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA737A

Black with #AA737A

Text Example


Text Example

White with #AA737A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA737A; }

 p { color: rgb(170,115,122); }

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

background-color css

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

 a { background-color: rgb(170,115,122); }

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

border-color css

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

 span { border-color: rgb(170,115,122); }

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