Html Css Color HEX #A1616C Turkish Rose

📋 copy color: '#A1616C'

red 161 ◦ green 97 ◦ blue 108

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

Shades of Turkish Rose #A1616C

Tints of Turkish Rose #A1616C

RGB

 RED value IS 161 (63.28% from 255) = 43.99%

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

 BLUE value IS 108 (42.58% from 255) = 29.51%

R = 43.99%
G = 26.5%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A1616C (or 0xA1616C) is known color: Turkish Rose. HEX triplet: A1, 61 and 6C. RGB value is (161,97,108). Sum of RGB (Red+Green+Blue) = 161+97+108=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 161 - color contains mainly: red. Hex color #A1616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1616C is #5E9E93. Grayscale: #757575. Windows color (decimal): -6200980 or 7102881. OLE color: 7102881.

HSL color Cylindrical-coordinate representation of color #A1616C: hue angle of 349.69º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1616C is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 97 108 -
CMYK 0 0.40 0.33 0.37
HSL 349.69º 0.25% 0.51% -
HSV(B) 349.69º 0.4% 0.63% -
XYZ 21.68 17.21 16.37 -
YUV 117.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 161 97 108 0 0.40 0.33 0.37 349.69 0.25 0.51
Hex A1 61 6C 0 28 21 25 15E 19 33
Octal 241 141 154 0 50 41 45 536 31 63
Binary 10100001 1100001 1101100 0 101000 100001 100101 101011110 11001 110011

Color Harmonies of #A1616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1616C

Black with #A1616C

Text Example


Text Example

White with #A1616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1616C; }

 p { color: rgb(161,97,108); }

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

background-color css

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

 a { background-color: rgb(161,97,108); }

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

border-color css

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

 span { border-color: rgb(161,97,108); }

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