Html Css Color HEX #A1636D Turkish Rose

📋 copy color: '#A1636D'

red 161 ◦ green 99 ◦ blue 109

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

Shades of Turkish Rose #A1636D

Tints of Turkish Rose #A1636D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.54%

R = 43.63%
G = 26.83%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A1636D (or 0xA1636D) is known color: Turkish Rose. HEX triplet: A1, 63 and 6D. RGB value is (161,99,109). Sum of RGB (Red+Green+Blue) = 161+99+109=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A1636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1636D is #5E9C92. Grayscale: #767676. Windows color (decimal): -6200467 or 7168929. OLE color: 7168929.

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

Color convert

RGB 161 99 109 -
CMYK 0 0.39 0.32 0.37
HSL 350.32º 0.25% 0.51% -
HSV(B) 350.32º 0.39% 0.63% -
XYZ 21.92 17.6 16.71 -
YUV 118.68 122.54 158.19 -
System Red Green Blue C M Y K H S L
Decimal 161 99 109 0 0.39 0.32 0.37 350.32 0.25 0.51
Hex A1 63 6D 0 27 20 25 15E 19 33
Octal 241 143 155 0 47 40 45 536 31 63
Binary 10100001 1100011 1101101 0 100111 100000 100101 101011110 11001 110011

Color Harmonies of #A1636D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1636D

Black with #A1636D

Text Example


Text Example

White with #A1636D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1636D; }

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

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

background-color css

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

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

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

border-color css

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

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

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