Html Css Color HEX #A1616F Turkish Rose

📋 copy color: '#A1616F'

red 161 ◦ green 97 ◦ blue 111

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

Shades of Turkish Rose #A1616F

Tints of Turkish Rose #A1616F

RGB

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

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

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

R = 43.63%
G = 26.29%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A1616F (or 0xA1616F) is known color: Turkish Rose. HEX triplet: A1, 61 and 6F. RGB value is (161,97,111). Sum of RGB (Red+Green+Blue) = 161+97+111=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A1616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1616F is #5E9E90. Grayscale: #757575. Windows color (decimal): -6200977 or 7299489. OLE color: 7299489.

HSL color Cylindrical-coordinate representation of color #A1616F: hue angle of 346.88º 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 #A1616F is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 97 111 -
CMYK 0 0.40 0.31 0.37
HSL 346.88º 0.25% 0.51% -
HSV(B) 346.88º 0.4% 0.63% -
XYZ 21.84 17.27 17.22 -
YUV 117.73 124.2 158.86 -
System Red Green Blue C M Y K H S L
Decimal 161 97 111 0 0.40 0.31 0.37 346.88 0.25 0.51
Hex A1 61 6F 0 28 1F 25 15B 19 33
Octal 241 141 157 0 50 37 45 533 31 63
Binary 10100001 1100001 1101111 0 101000 11111 100101 101011011 11001 110011

Color Harmonies of #A1616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1616F

Black with #A1616F

Text Example


Text Example

White with #A1616F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1616F; }

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

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

background-color css

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

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

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

border-color css

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

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

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