#A16375

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

Shades of Turkish Rose #A16375

Tints of Turkish Rose #A16375

Color information

#A16375 (or 0xA16375) is unknown color: approx Turkish Rose. HEX triplet: A1, 63 and 75. RGB value is (161,99,117). Sum of RGB (Red+Green+Blue) = 161+99+117=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A16375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16375 is #5E9C8A. Grayscale: #777777. Windows color (decimal): -6200459 or 7693217. OLE color: 7693217.

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

Color convert

RGB16199117-
CMYK00.390.270.37
HSL342.58º24.8%50.98%-
HSV(B)342.58º38.51%63.14%-
XYZ22.3717.7919.08-
YUV119.59126.54157.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.71%
GREEN value IS 99 (39.06% from 255) = 26.26%
BLUE value IS 117 (46.09% from 255) = 31.03%
R=42.71%
G=26.26%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619911700.390.270.37342.5824.850.98
HexA163750271B251571933
Octal24114316504733455273163
Binary101000011100011111010101001111101110010110101011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16375; }

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

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

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

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

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

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

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

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