Html Css Color HEX #A1636E Turkish Rose

📋 copy color: '#A1636E'

red 161 ◦ green 99 ◦ blue 110

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

Shades of Turkish Rose #A1636E

Tints of Turkish Rose #A1636E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.73%

R = 43.51%
G = 26.76%
B = 29.73%

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

#A1636E (or 0xA1636E) is known color: Turkish Rose. HEX triplet: A1, 63 and 6E. RGB value is (161,99,110). Sum of RGB (Red+Green+Blue) = 161+99+110=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 161 - color contains mainly: red. Hex color #A1636E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1636E is #5E9C91. Grayscale: #767676. Windows color (decimal): -6200466 or 7234465. OLE color: 7234465.

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

Color convert

RGB 161 99 110 -
CMYK 0 0.39 0.32 0.37
HSL 349.35º 0.25% 0.51% -
HSV(B) 349.35º 0.39% 0.63% -
XYZ 21.97 17.63 17 -
YUV 118.79 123.04 158.11 -
System Red Green Blue C M Y K H S L
Decimal 161 99 110 0 0.39 0.32 0.37 349.35 0.25 0.51
Hex A1 63 6E 0 27 20 25 15D 19 33
Octal 241 143 156 0 47 40 45 535 31 63
Binary 10100001 1100011 1101110 0 100111 100000 100101 101011101 11001 110011

Color Harmonies of #A1636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1636E

Black with #A1636E

Text Example


Text Example

White with #A1636E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1636E; }

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

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

background-color css

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

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

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

border-color css

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

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

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