#A16372

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

Shades of Turkish Rose #A16372

Tints of Turkish Rose #A16372

Color information

#A16372 (or 0xA16372) is unknown color: approx Turkish Rose. HEX triplet: A1, 63 and 72. RGB value is (161,99,114). Sum of RGB (Red+Green+Blue) = 161+99+114=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A16372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16372 is #5E9C8D. Grayscale: #777777. Windows color (decimal): -6200462 or 7496609. OLE color: 7496609.

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

Color convert

RGB16199114-
CMYK00.390.290.37
HSL345.48º24.8%50.98%-
HSV(B)345.48º38.51%63.14%-
XYZ22.217.7218.17-
YUV119.25125.04157.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.05%
GREEN value IS 99 (39.06% from 255) = 26.47%
BLUE value IS 114 (44.92% from 255) = 30.48%
R=43.05%
G=26.47%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619911400.390.290.37345.4824.850.98
HexA163720271D251591933
Octal24114316204735455313163
Binary101000011100011111001001001111110110010110101100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16372; }

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

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

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

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

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

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

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

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