#A16374

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

Shades of Turkish Rose #A16374

Tints of Turkish Rose #A16374

Color information

#A16374 (or 0xA16374) is unknown color: approx Turkish Rose. HEX triplet: A1, 63 and 74. RGB value is (161,99,116). Sum of RGB (Red+Green+Blue) = 161+99+116=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A16374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16374 is #5E9C8B. Grayscale: #777777. Windows color (decimal): -6200460 or 7627681. OLE color: 7627681.

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

Color convert

RGB16199116-
CMYK00.390.280.37
HSL343.55º24.8%50.98%-
HSV(B)343.55º38.51%63.14%-
XYZ22.3117.7618.78-
YUV119.48126.04157.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.82%
GREEN value IS 99 (39.06% from 255) = 26.33%
BLUE value IS 116 (45.70% from 255) = 30.85%
R=42.82%
G=26.33%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619911600.390.280.37343.5524.850.98
HexA163740271C251581933
Octal24114316404734455303163
Binary101000011100011111010001001111110010010110101100011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16374; }

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

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

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

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

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

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

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

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