#A16478

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

Shades of Turkish Rose #A16478

Tints of Turkish Rose #A16478

Color information

#A16478 (or 0xA16478) is unknown color: approx Turkish Rose. HEX triplet: A1, 64 and 78. RGB value is (161,100,120). Sum of RGB (Red+Green+Blue) = 161+100+120=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A16478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16478 is #5E9B87. Grayscale: #787878. Windows color (decimal): -6200200 or 7890081. OLE color: 7890081.

HSL color Cylindrical-coordinate representation of color #A16478: hue angle of 340.33º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A16478 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB161100120-
CMYK00.380.250.37
HSL340.33º24.5%51.18%-
HSV(B)340.33º37.89%63.14%-
XYZ22.6518.0520.06-
YUV120.52127.71156.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.26%
GREEN value IS 100 (39.45% from 255) = 26.25%
BLUE value IS 120 (47.27% from 255) = 31.50%
R=42.26%
G=26.25%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110012000.380.250.37340.3324.551.18
HexA1647802619251541833
Octal24114417004631455243063
Binary101000011100100111100001001101100110010110101010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16478; }

 p { color: rgb(161,100,120); }

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

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

 a { background-color: rgb(161,100,120); }

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

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

 span { border-color: rgb(161,100,120); }

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