Html Css Color HEX #AA737B Turkish Rose

📋 copy color: '#AA737B'

red 170 ◦ green 115 ◦ blue 123

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

Shades of Turkish Rose #AA737B

Tints of Turkish Rose #AA737B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.15%

R = 41.67%
G = 28.19%
B = 30.15%

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

#AA737B (or 0xAA737B) is known color: Turkish Rose. HEX triplet: AA, 73 and 7B. RGB value is (170,115,123). Sum of RGB (Red+Green+Blue) = 170+115+123=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA737B is #558C84. Grayscale: #848484. Windows color (decimal): -5606533 or 8090538. OLE color: 8090538.

HSL color Cylindrical-coordinate representation of color #AA737B: hue angle of 351.27º 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 #AA737B is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 115 123 -
CMYK 0 0.32 0.28 0.33
HSL 351.27º 0.24% 0.56% -
HSV(B) 351.27º 0.32% 0.67% -
XYZ 26.28 22.24 21.65 -
YUV 132.36 122.72 154.85 -
System Red Green Blue C M Y K H S L
Decimal 170 115 123 0 0.32 0.28 0.33 351.27 0.24 0.56
Hex AA 73 7B 0 20 1C 21 15F 18 38
Octal 252 163 173 0 40 34 41 537 30 70
Binary 10101010 1110011 1111011 0 100000 11100 100001 101011111 11000 111000

Color Harmonies of #AA737B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA737B

Black with #AA737B

Text Example


Text Example

White with #AA737B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA737B; }

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

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

background-color css

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

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

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

border-color css

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

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

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