#A16769

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

Shades of Turkish Rose #A16769

Tints of Turkish Rose #A16769

Color information

#A16769 (or 0xA16769) is unknown color: approx Turkish Rose. HEX triplet: A1, 67 and 69. RGB value is (161,103,105). Sum of RGB (Red+Green+Blue) = 161+103+105=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A16769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16769 is #5E9896. Grayscale: #787878. Windows color (decimal): -6199447 or 6907809. OLE color: 6907809.

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

Color convert

RGB161103105-
CMYK00.360.350.37
HSL357.93º23.58%51.76%-
HSV(B)357.93º36.02%63.14%-
XYZ22.118.315.73-
YUV120.57119.22156.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.63%
GREEN value IS 103 (40.62% from 255) = 27.91%
BLUE value IS 105 (41.41% from 255) = 28.46%
R=43.63%
G=27.91%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110310500.360.350.37357.9323.5851.76
HexA1676902423251661834
Octal24114715104443455463064
Binary1010000111001111101001010010010001110010110110011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16769; }

 p { color: rgb(161,103,105); }

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

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

 a { background-color: rgb(161,103,105); }

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

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

 span { border-color: rgb(161,103,105); }

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