Html Css Color HEX #AA616B Turkish Rose

📋 copy color: '#AA616B'

red 170 ◦ green 97 ◦ blue 107

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

Shades of Turkish Rose #AA616B

Tints of Turkish Rose #AA616B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.94%

 BLUE value IS 107 (42.19% from 255) = 28.61%

R = 45.45%
G = 25.94%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA616B (or 0xAA616B) is known color: Turkish Rose. HEX triplet: AA, 61 and 6B. RGB value is (170,97,107). Sum of RGB (Red+Green+Blue) = 170+97+107=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA616B is #559E94. Grayscale: #777777. Windows color (decimal): -5611157 or 7037354. OLE color: 7037354.

HSL color Cylindrical-coordinate representation of color #AA616B: hue angle of 351.78º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA616B is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 97 107 -
CMYK 0 0.43 0.37 0.33
HSL 351.78º 0.3% 0.52% -
HSV(B) 351.78º 0.43% 0.67% -
XYZ 23.51 18.16 16.18 -
YUV 119.97 120.68 163.69 -
System Red Green Blue C M Y K H S L
Decimal 170 97 107 0 0.43 0.37 0.33 351.78 0.3 0.52
Hex AA 61 6B 0 2B 25 21 160 1E 34
Octal 252 141 153 0 53 45 41 540 36 64
Binary 10101010 1100001 1101011 0 101011 100101 100001 101100000 11110 110100

Color Harmonies of #AA616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA616B

Black with #AA616B

Text Example


Text Example

White with #AA616B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA616B; }

 p { color: rgb(170,97,107); }

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

background-color css

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

 a { background-color: rgb(170,97,107); }

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

border-color css

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

 span { border-color: rgb(170,97,107); }

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