#A1636C

Color #A1636C Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #A1636C

Tints of Turkish Rose #A1636C

Color information

#A1636C (or 0xA1636C) is unknown color: approx Turkish Rose. HEX triplet: A1, 63 and 6C. RGB value is (161,99,108). Sum of RGB (Red+Green+Blue) = 161+99+108=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A1636C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1636C is #5E9C93. Grayscale: #767676. Windows color (decimal): -6200468 or 7103393. OLE color: 7103393.

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

Color convert

RGB16199108-
CMYK00.390.330.37
HSL351.29º24.8%50.98%-
HSV(B)351.29º38.51%63.14%-
XYZ21.8717.5816.43-
YUV118.56122.04158.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.75%
GREEN value IS 99 (39.06% from 255) = 26.90%
BLUE value IS 108 (42.58% from 255) = 29.35%
R=43.75%
G=26.90%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619910800.390.330.37351.2924.850.98
HexA1636C027212515f1933
Octal24114315404741455373163
Binary1010000111000111101100010011110000110010110101111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1636C; }

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

 H1.HeaderClassName
 {
   color: #A1636C;
 }
 .AnyTagClassName
 {
   color: #A1636C;
 }
</style>
background-color css

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

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

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

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

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

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