Html Css Color HEX #AA636F Turkish Rose

📋 copy color: '#AA636F'

red 170 ◦ green 99 ◦ blue 111

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

Shades of Turkish Rose #AA636F

Tints of Turkish Rose #AA636F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.05%

 BLUE value IS 111 (43.75% from 255) = 29.21%

R = 44.74%
G = 26.05%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA636F (or 0xAA636F) is known color: Turkish Rose. HEX triplet: AA, 63 and 6F. RGB value is (170,99,111). Sum of RGB (Red+Green+Blue) = 170+99+111=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA636F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA636F is #559C90. Grayscale: #797979. Windows color (decimal): -5610641 or 7300010. OLE color: 7300010.

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

Color convert

RGB 170 99 111 -
CMYK 0 0.42 0.35 0.33
HSL 349.86º 0.29% 0.53% -
HSV(B) 349.86º 0.42% 0.67% -
XYZ 23.91 18.62 17.37 -
YUV 121.6 122.02 162.52 -
System Red Green Blue C M Y K H S L
Decimal 170 99 111 0 0.42 0.35 0.33 349.86 0.29 0.53
Hex AA 63 6F 0 2A 23 21 15E 1D 35
Octal 252 143 157 0 52 43 41 536 35 65
Binary 10101010 1100011 1101111 0 101010 100011 100001 101011110 11101 110101

Color Harmonies of #AA636F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA636F

Black with #AA636F

Text Example


Text Example

White with #AA636F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA636F; }

 p { color: rgb(170,99,111); }

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

background-color css

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

 a { background-color: rgb(170,99,111); }

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

border-color css

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

 span { border-color: rgb(170,99,111); }

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