#A16366

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

Shades of Turkish Rose #A16366

Tints of Turkish Rose #A16366

Color information

#A16366 (or 0xA16366) is unknown color: approx Turkish Rose. HEX triplet: A1, 63 and 66. RGB value is (161,99,102). Sum of RGB (Red+Green+Blue) = 161+99+102=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A16366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16366 is #5E9C99. Grayscale: #757575. Windows color (decimal): -6200474 or 6710177. OLE color: 6710177.

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

Color convert

RGB16199102-
CMYK00.390.370.37
HSL357.1º24.8%50.98%-
HSV(B)357.1º38.51%63.14%-
XYZ21.5617.4614.8-
YUV117.88119.04158.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.48%
GREEN value IS 99 (39.06% from 255) = 27.35%
BLUE value IS 102 (40.23% from 255) = 28.18%
R=44.48%
G=27.35%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619910200.390.370.37357.124.850.98
HexA1636602725251651933
Octal24114314604745455453163
Binary1010000111000111100110010011110010110010110110010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16366; }

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

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

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

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

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

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

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

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