#A16465

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

Shades of Turkish Rose #A16465

Tints of Turkish Rose #A16465

Color information

#A16465 (or 0xA16465) is unknown color: approx Turkish Rose. HEX triplet: A1, 64 and 65. RGB value is (161,100,101). Sum of RGB (Red+Green+Blue) = 161+100+101=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A16465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16465 is #5E9B9A. Grayscale: #767676. Windows color (decimal): -6200219 or 6644897. OLE color: 6644897.

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

Color convert

RGB161100101-
CMYK00.380.370.37
HSL359.02º24.5%51.18%-
HSV(B)359.02º37.89%63.14%-
XYZ21.617.6314.58-
YUV118.35118.21158.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.48%
GREEN value IS 100 (39.45% from 255) = 27.62%
BLUE value IS 101 (39.84% from 255) = 27.90%
R=44.48%
G=27.62%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110010100.380.370.37359.0224.551.18
HexA1646502625251671833
Octal24114414504645455473063
Binary1010000111001001100101010011010010110010110110011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16465; }

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

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

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

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

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

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

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

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