Html Css Color HEX #A1636F Turkish Rose

📋 copy color: '#A1636F'

red 161 ◦ green 99 ◦ blue 111

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

Shades of Turkish Rose #A1636F

Tints of Turkish Rose #A1636F

RGB

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

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

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

R = 43.4%
G = 26.68%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A1636F (or 0xA1636F) is known color: Turkish Rose. HEX triplet: A1, 63 and 6F. RGB value is (161,99,111). Sum of RGB (Red+Green+Blue) = 161+99+111=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A1636F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1636F is #5E9C90. Grayscale: #767676. Windows color (decimal): -6200465 or 7300001. OLE color: 7300001.

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

Color convert

RGB 161 99 111 -
CMYK 0 0.39 0.31 0.37
HSL 348.39º 0.25% 0.51% -
HSV(B) 348.39º 0.39% 0.63% -
XYZ 22.03 17.65 17.28 -
YUV 118.91 123.54 158.02 -
System Red Green Blue C M Y K H S L
Decimal 161 99 111 0 0.39 0.31 0.37 348.39 0.25 0.51
Hex A1 63 6F 0 27 1F 25 15C 19 33
Octal 241 143 157 0 47 37 45 534 31 63
Binary 10100001 1100011 1101111 0 100111 11111 100101 101011100 11001 110011

Color Harmonies of #A1636F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1636F

Black with #A1636F

Text Example


Text Example

White with #A1636F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1636F; }

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

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

background-color css

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

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

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

border-color css

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

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

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